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 | 甕????? | 11100001010100000011111100111111001111110011111100111111 | e1503f3f3f3f3f |
EUC-JP | 甕????? | 11100001101100010011111100111111001111110011111100111111 | e1b13f3f3f3f3f |
UTF-8 | 甕듸쉑遼섆퉿 | 111001111001010010010101111010111001001110111000111011001000100110010001111011111010011110000011111011001000010010000110111011011000100110111111 | e79495eb93b8ec8991efa783ec8486ed89bf |
UHC | 甕듸쉑遼섆퉿 | 111010001011100010110101111011111011110110100111111010011010110010011000111001001011100110010111 | e8b8b5efbda7e9ac98e4b997 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)