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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 娃??h娃 | 10001000101000010011111100111111011010001000100010100001 | 88a13f3f6888a1 |
EUC-JP | 娃??h娃 | 10110000101000110011111100111111011010001011000010100011 | b0a33f3f68b0a3 |
UTF-8 | 娃붺떥h娃 | 11100101101010001000001111101011101101101011101011101011100101101010010101101000111001011010100010000011 | e5a883ebb6baeb96a568e5a883 |
UHC | 娃붺떥h娃 | 111010001101111110010100111001111000101110111000011010001110100011011111 | e8df94e78bb868e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)