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 | ???w???w^ | 001111110011111100111111011101110011111100111111001111110111011101011110 | 3f3f3f773f3f3f775e |
SJIS-WIN | ???w???w^ | 001111110011111100111111011101110011111100111111001111110111011101011110 | 3f3f3f773f3f3f775e |
EUC-JP | ???w???w^ | 001111110011111100111111011101110011111100111111001111110111011101011110 | 3f3f3f773f3f3f775e |
UTF-8 | 念잍쇃w念잍쇃w^ | 111011111010011010100011111011001001111010001101111011001000011110000011011101111110111110100110101000111110110010011110100011011110110010000111100000110111011101011110 | efa6a3ec9e8dec878377efa6a3ec9e8dec8783775e |
UHC | 念잍쇃w念잍쇃w^ | 111001101111011010011111111001101001100110110111011101111110011011110110100111111110011010011001101101110111011101011110 | e6f69fe699b777e6f69fe699b7775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)