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 | 鴉???堰 | 11101001111010110011111100111111001111111000100110000001 | e9eb3f3f3f8981 |
EUC-JP | 鴉???堰 | 11110010111011010011111100111111001111111011000111100001 | f2ed3f3f3fb1e1 |
UTF-8 | 鴉딂몳징堰 | 111010011011010010001001111010111001010010000010111010111010101010110011111011001010011110010101111001011010000010110000 | e9b489eb9482ebaab3eca795e5a0b0 |
UHC | 鴉딂몳징堰 | 11100100101111001000101011101000100100011001101111000010101000011110010111101000 | e4bc8ae8919bc2a1e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)