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 | 齊?┏?? | 11101010100011100011111110000100101011000011111100111111 | ea8e3f84ac3f3f |
EUC-JP | 齊?┏?? | 11110011111011100011111110101000101011100011111100111111 | f3ee3fa8ae3f3f |
UTF-8 | 齊장┏롉롛 | 111010011011110110001010111011001001111010100101111000101001010010001111111010111010000110001001111010111010000110011011 | e9bd8aec9ea5e2948feba189eba19b |
UHC | 齊장┏롉롛 | 11110000101110101100000011100101101001101010111010001110110011111000111011011111 | f0bac0e5a6ae8ecf8edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)