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 | 處?蔚 | 1001100101111100001111111000100101010101 | 997c3f8955 |
EUC-JP | 處?蔚 | 1101000111011101001111111011000110110110 | d1dd3fb1b6 |
UTF-8 | 處렧蔚 | 111010001001100110010101111010111010000010100111111010001001010010011010 | e89995eba0a7e8949a |
UHC | 處렧蔚 | 111101001010010110001110101101101110101010100101 | f4a58eb6eaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)