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胄 | 111000111111001011100100111101101110010010111000011010001110001111110010 | e3f2e4f6e4b868e3f2 |
EUC-JP | 胄蔕荳h胄 | 111001101111010011101000111110001110100010111010011010001110011011110100 | e6f4e8f8e8ba68e6f4 |
UTF-8 | 胄蔕荳h胄 | 11101000100000111000010011101000100101001001010111101000100011011011001101101000111010001000001110000100 | e88384e89495e88db368e88384 |
UHC | 胄?荳h胄 | 1111000110110000001111111101010011100101011010001111000110110000 | f1b03fd4e568f1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)