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 | 娃???娃 | 10001000101000010011111100111111001111111000100010100001 | 88a13f3f3f88a1 |
EUC-JP | 娃???娃 | 10110000101000110011111100111111001111111011000010100011 | b0a33f3f3fb0a3 |
UTF-8 | 娃쇡쇱툟娃 | 111001011010100010000011111011001000011110100001111011001000011110110001111011011000100010011111111001011010100010000011 | e5a883ec87a1ec87b1ed889fe5a883 |
UHC | 娃쇡쇱툟娃 | 11101000110111111001100111001110101111001110110010111000100101101110100011011111 | e8df99cebcecb896e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)