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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瓦ε?^ | 100010101010001010000011110000110011111101011110 | 8aa283c33f5e |
EUC-JP | 瓦ε?^ | 101101001010010010100110110001010011111101011110 | b4a4a6c53f5e |
UTF-8 | 瓦ε썵^ | 111001111001001110100110110011101011010111101100100011011011010101011110 | e793a6ceb5ec8db55e |
UHC | 瓦ε썵^ | 11101000101111111010010111100101100110111010001101011110 | e8bfa5e59ba35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)