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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???淏?? | 00111111001111110011111111111011010000100011111100111111 | 3f3f3ffb423f3f |
EUC-JP | ???淏?? | 0011111100111111001111111000111111000111110110010011111100111111 | 3f3f3f8fc7d93f3f |
UTF-8 | 롋렯롃淏렣롗 | 111010111010000110001011111010111010000010101111111010111010000110000011111001101011011110001111111010111010000010100011111010111010000110010111 | eba18beba0afeba183e6b78feba0a3eba197 |
UHC | 롋렯롃淏렣롗 | 100011101101000110001110101111001000111011001010111110111100100010001110101101001000111011011011 | 8ed18ebc8ecafbc88eb48edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)