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 | H@@|B | 1001001001001000100100100100000010010010010000000111110001000010 | 9248924092407c42 |
SJIS-WIN | ?H?@?@|B | 0011111101001000001111110100000000111111010000000111110001000010 | 3f483f403f407c42 |
EUC-JP | ?H?@?@|B | 0011111101001000001111110100000000111111010000000111110001000010 | 3f483f403f407c42 |
UTF-8 | H@@|B | 1100001010010010010010001100001010010010010000001100001010010010010000000111110001000010 | c29248c29240c292407c42 |
UHC | ?H?@?@|B | 0011111101001000001111110100000000111111010000000111110001000010 | 3f483f403f407c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)