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 | 齊?┏肢? | 1110101010001110001111111000010010101100100011101000100000111111 | ea8e3f84ac8e883f |
EUC-JP | 齊?┏肢? | 1111001111101110001111111010100010101110101110111110100000111111 | f3ee3fa8aebbe83f |
UTF-8 | 齊장┏肢렗 | 111010011011110110001010111011001001111010100101111000101001010010001111111010001000001010100010111010111010000010010111 | e9bd8aec9ea5e2948fe882a2eba097 |
UHC | 齊장┏肢렗 | 11110000101110101100000011100101101001101010111011110010101101101000111010101100 | f0bac0e5a6aef2b68eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)