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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痾韜瘁 | 111000010111110111101000111010011110000110000001 | e17de8e9e181 |
EUC-JP | 痾韜瘁 | 111000011101111011110000111010111110000111100001 | e1def0ebe1e1 |
UTF-8 | 痾韜瘁 | 111001111001011110111110111010011001111110011100111001111001100010000001 | e797bee99f9ce79881 |
UHC | ?韜? | 00111111110101001011011100111111 | 3fd4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)