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 | 重峰?? | 100011110110010010010101111101000011111100111111 | 8f6495f43f3f |
EUC-JP | 重峰?? | 101111011100010111001010111101100011111100111111 | bdc5caf63f3f |
UTF-8 | 重峰렩렢 | 111010011000011110001101111001011011001110110000111010111010000010101001111010111010000010100010 | e9878de5b3b0eba0a9eba0a2 |
UHC | 重峰렩렢 | 1111000111101100110111001110100010001110101101111000111010110011 | f1ecdce88eb78eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)