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?WB | 0011111101101000001111110101011101000010 | 3f683f5742 |
SJIS-WIN | 獻h獻WB | 11100000110110010110100011100000110110010101011101000010 | e0d968e0d95742 |
EUC-JP | 獻h獻WB | 11100000110110110110100011100000110110110101011101000010 | e0db68e0db5742 |
UTF-8 | 獻h獻WB | 111001111000110110111011011010001110011110001101101110110101011101000010 | e78dbb68e78dbb5742 |
UHC | 獻h獻WB | 11111010110011000110100011111010110011000101011101000010 | facc68facc5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)