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? | 001111110011111100111111011010000110100000111111 | 3f3f3f68683f |
SJIS-WIN | 秧??hh秧 | 1110001001011110001111110011111101101000011010001110001001011110 | e25e3f3f6868e25e |
EUC-JP | 秧??hh秧 | 1110001110111111001111110011111101101000011010001110001110111111 | e3bf3f3f6868e3bf |
UTF-8 | 秧믥궘hh秧 | 1110011110100111101001111110101110101111101001011110101010110110100110000110100001101000111001111010011110100111 | e7a7a7ebafa5eab6986868e7a7a7 |
UHC | 秧믥궘hh秧 | 11100100111010111001001011100111100000101010110101101000011010001110010011101011 | e4eb92e782ad6868e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)