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 | 衡??絶? | 10001101011101000011111100111111100100001110001000111111 | 8d743f3f90e23f |
EUC-JP | 衡??絶? | 10111001110101010011111100111111110000001110010000111111 | b9d53f3fc0e43f |
UTF-8 | 衡뺧풒絶욪 | 111010001010000110100001111010111011101010100111111011011001001010010010111001111011010110110110111011001001101010101010 | e8a1a1ebbaa7ed9292e7b5b6ec9aaa |
UHC | 衡뺧풒絶욪 | 11111011101011001001010111101111101111101001011011101111101111101001111101000010 | fbac95efbe96efbe9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)