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 | 懿??腋 | 100111001111001000111111001111111110001111111100 | 9cf23f3fe3fc |
EUC-JP | 懿??腋 | 110110001111010000111111001111111110011011111110 | d8f43f3fe6fe |
UTF-8 | 懿볥졂腋 | 111001101000011110111111111010111011001110100101111011001010000110000010111010001000010110001011 | e687bfebb3a5eca182e8858b |
UHC | 懿볥졂腋 | 1110101111110011100100111110101110100000101100111110010011111101 | ebf393eba0b3e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)