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 | 咳??^ | 1000101001010000001111110011111101011110 | 8a503f3f5e |
EUC-JP | 咳??^ | 1011001110110001001111110011111101011110 | b3b13f3f5e |
UTF-8 | 咳띌껫^ | 11100101100100101011001111101011100111011000110011101010101110111010101101011110 | e592b3eb9d8ceabbab5e |
UHC | 咳띌껫^ | 11111010101001101011011011101001101100101011011001011110 | faa6b6e9b2b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)