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 | 陝セ閧エ蟲ェ | 111010001001111110111110111010001000001010110100111001011011001110101010 | e89fbee882b4e5b3aa |
EUC-JP | 陝セ閧エ蟲ェ | 111100001010000110001110101111101110111111100010100011101011010011101010101101011000111010101010 | f0a18ebeefe28eb4eab58eaa |
UTF-8 | 陝セ閧エ蟲ェ | 111010011001100110011101111011111011110110111110111010011001011010100111111011111011110110110100111010001001111110110010111011111011110110101010 | e9999defbdbee996a7efbdb4e89fb2efbdaa |
UHC | 陝???蟲? | 1110000011101101001111110011111100111111111101011111100100111111 | e0ed3f3f3ff5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)