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 | 恙뚩뜌^ | 11100110100000011001100111101011100110101010100111101011100111001000110001011110 | e68199eb9aa9eb9c8c5e |
UHC | 恙뚩뜌^ | 11100101101111111000110011101000100011011000111101011110 | e5bf8ce88d8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)