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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???峰? | 001111110011111100111111100101011111010000111111 | 3f3f3f95f43f |
EUC-JP | 焌??峰? | 1000111111001001111010000011111100111111110010101111011000111111 | 8fc9e83f3fcaf63f |
UTF-8 | 焌쇨렔峰쐽 | 111001111000010010001100111011001000011110101000111010111010000010010100111001011011001110110000111011001001000010111101 | e7848cec87a8eba094e5b3b0ec90bd |
UHC | 焌쇨렔峰쐽 | 11110001111000001011110011101010100011101010100111011100111010001011111010100011 | f1e0bcea8ea9dce8bea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)