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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 穩??歸\ | 11100010011100100011111100111111100111110110010001011100 | e2723f3f9f645c |
EUC-JP | 穩??歸\ | 11100011110100110011111100111111110111011100010101011100 | e3d33f3fddc55c |
UTF-8 | 穩덃뿧歸\ | 11100111101010011010100111101011100011011000001111101011101111111010011111100110101011011011100001011100 | e7a9a9eb8d83ebbfa7e6adb85c |
UHC | 穩덃뿧歸\ | 111010001011000110001000111001101001011110100111110011111111110101011100 | e8b188e697a7cffd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)