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 | ?c???~?x | 0011111101100011001111110011111100111111011111100011111101111000 | 3f633f3f3f7e3f78 |
SJIS-WIN | ?c???~?x | 0011111101100011001111110011111100111111011111100011111101111000 | 3f633f3f3f7e3f78 |
EUC-JP | ?c???~?x | 0011111101100011001111110011111100111111011111100011111101111000 | 3f633f3f3f7e3f78 |
UTF-8 | 청c채횁혧~혴x | 111011001011001010101101011000111110110010110001100001001110110110011010100000011110110110011000101001110111111011101101100110001011010001111000 | ecb2ad63ecb184ed9a81ed98a77eed98b478 |
UHC | 청c채횁혧~혴x | 11000011101110110110001111000011101001001100001110000001110000101000111101111110110000101001101101111000 | c3bb63c3a4c381c28f7ec29b78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)