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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 獻珎蒟h | 11100000110110011110000011011101111001001110010101101000 | e0d9e0dde4e568 |
EUC-JP | 獻珎蒟h | 11100000110110111110000011011111111010001110011101101000 | e0dbe0dfe8e768 |
UTF-8 | 獻珎蒟h | 11100111100011011011101111100111100011111000111011101000100100101001111101101000 | e78dbbe78f8ee8929f68 |
UHC | 獻??h | 1111101011001100001111110011111101101000 | facc3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)