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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 綵∽掘A | 11100011010111001000000111100100100011000100000001000001 | e35c81e48c4041 |
EUC-JP | 綵∽掘A | 11100101101111011010001011100110101101111010000101000001 | e5bda2e6b7a141 |
UTF-8 | 綵∽掘A | 11100111101101101011010111100010100010001011110111100110100011101001100001000001 | e7b6b5e288bde68e9841 |
UHC | 綵∽掘A | 11110011111101111010000111101111110011111101111001000001 | f3f7a1efcfde41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)