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 | ???Yh | 0011111100111111001111110101100101101000 | 3f3f3f5968 |
SJIS-WIN | 雉企椛Yh | 1110100010110011100010101110100110001010100100010101100101101000 | e8b38ae98a915968 |
EUC-JP | 雉企椛Yh | 1111000010110101101101001110101110110011111100010101100101101000 | f0b5b4ebb3f15968 |
UTF-8 | 雉企椛Yh | 1110100110011011100010011110010010111100100000011110011010100100100110110101100101101000 | e99b89e4bc81e6a49b5968 |
UHC | 雉企?Yh | 11110110110010111101000011101010001111110101100101101000 | f6cbd0ea3f5968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)