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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????愕?? | 0011111100111111001111110011111110011100101100010011111100111111 | 3f3f3f3f9cb13f3f |
EUC-JP | ????愕?? | 0011111100111111001111110011111111011000101100110011111100111111 | 3f3f3f3fd8b33f3f |
UTF-8 | 렯롈렯렍愕렯렼 | 111010111010000010101111111010111010000110001000111010111010000010101111111010111010000010001101111001101000010010010101111010111010000010101111111010111010000010111100 | eba0afeba188eba0afeba08de68495eba0afeba0bc |
UHC | 렯롈렯렍愕렯렼 | 1000111010111100100011101100111010001110101111001000111010100011111001001100001110001110101111001000111011000100 | 8ebc8ece8ebc8ea3e4c38ebc8ec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)