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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶻鴿溪 | 111010100101001011101001111110011001111111100010 | ea52e9f99fe2 |
EUC-JP | 鶻鴿溪 | 111100111011001111110010111110111101111011100100 | f3b3f2fbdee4 |
UTF-8 | 鶻鴿溪 | 111010011011011010111011111010011011010010111111111001101011101010101010 | e9b6bbe9b4bfe6baaa |
UHC | ??溪 | 00111111001111111100110110100010 | 3f3fcda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)