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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 叩辰叩辰^ | 100100100100000010010010010000111001001001000000100100100100001101011110 | 92409243924092435e |
EUC-JP | 叩辰叩辰^ | 110000111010000111000011101001001100001110100001110000111010010001011110 | c3a1c3a4c3a1c3a45e |
UTF-8 | 叩辰叩辰^ | 11100101100011111010100111101000101111101011000011100101100011111010100111101000101111101011000001011110 | e58fa9e8beb0e58fa9e8beb05e |
UHC | 叩辰叩辰^ | 110011011011000011110010111000111100110110110000111100101110001101011110 | cdb0f2e3cdb0f2e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)