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 | 恙??^ | 1001110010011001001111110011111101011110 | 9c993f3f5e |
EUC-JP | 恙??^ | 1101011111111001001111110011111101011110 | d7f93f3f5e |
UTF-8 | 恙띶퓤^ | 11100110100000011001100111101011100111011011011011101101100100111010010001011110 | e68199eb9db6ed93a45e |
UHC | 恙띶퓤^ | 11100101101111111000110111100101101111111000110101011110 | e5bf8de5bf8d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)