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 | 處?蔚雕 | 10011001011111000011111110001001010101011110100010111000 | 997c3f8955e8b8 |
EUC-JP | 處?蔚雕 | 11010001110111010011111110110001101101101111000010111010 | d1dd3fb1b6f0ba |
UTF-8 | 處렧蔚雕 | 111010001001100110010101111010111010000010100111111010001001010010011010111010011001101110010101 | e89995eba0a7e8949ae99b95 |
UHC | 處렧蔚雕 | 1111010010100101100011101011011011101010101001011111000011100111 | f4a58eb6eaa5f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)