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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竪多但束 | 1001001001000111100100011011110110010010010000011001000110101001 | 924791bd924191a9 |
EUC-JP | 竪多但束 | 1100001110101000110000101011111111000011101000101100001010101011 | c3a8c2bfc3a2c2ab |
UTF-8 | 竪多但束 | 111001111010101110101010111001011010010010011010111001001011110110000110111001101001110110011111 | e7abaae5a49ae4bd86e69d9f |
UHC | 竪多但束 | 1110001010110101110100101111110111010011101000111110000111010110 | e2b5d2fdd3a3e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)