To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◆?嵩麝 | 10000001100111110011111110010000100100111110101001101100 | 819f3f9093ea6c |
EUC-JP | ◆?嵩麝 | 10100010101000010011111110111111111100111111001111001101 | a2a13fbff3f3cd |
UTF-8 | ◆룶嵩麝 | 111000101001011110000110111010111010001110110110111001011011010110101001111010011011101010011101 | e29786eba3b6e5b5a9e9ba9d |
UHC | ◆룶嵩麝 | 1010000111011111100011111010101111100011101000011101111011111010 | a1df8fabe3a1defa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)