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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 語⑤???? | 1000110011101010100001110100010000111111001111110011111100111111 | 8cea87443f3f3f3f |
EUC-JP | 語????? | 10111000111011000011111100111111001111110011111100111111 | b8ec3f3f3f3f3f |
UTF-8 | 語⑤씍溜⒲끍 | 111010001010101010011110111000101001000110100100111011001001010010001101111011111010011110001011111000101001001010110010111010111000000110001101 | e8aa9ee291a4ec948defa78be292b2eb818d |
UHC | 語⑤씍溜⒲끍 | 111001011101111010101000111010111001110110100100111010101111111010101001111000111000010110111110 | e5dea8eb9da4eafea9e385be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)