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 | ???hh | 0011111100111111001111110110100001101000 | 3f3f3f6868 |
SJIS-WIN | 秧??hh | 111000100101111000111111001111110110100001101000 | e25e3f3f6868 |
EUC-JP | 秧??hh | 111000111011111100111111001111110110100001101000 | e3bf3f3f6868 |
UTF-8 | 秧믥궘hh | 1110011110100111101001111110101110101111101001011110101010110110100110000110100001101000 | e7a7a7ebafa5eab6986868 |
UHC | 秧믥궘hh | 1110010011101011100100101110011110000010101011010110100001101000 | e4eb92e782ad6868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)