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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 岳?昇岳??^ | 10001010011110000011111110001111101110001000101001111000001111110011111101011110 | 8a783f8fb88a783f3f5e |
EUC-JP | 岳?昇岳??^ | 10110011110110010011111110111110101110101011001111011001001111110011111101011110 | b3d93fbebab3d93f3f5e |
UTF-8 | 岳몵昇岳묡뿲^ | 11100101101100101011001111101011101010101011010111100110100110001000011111100101101100101011001111101011101011001010000111101011101111111011001001011110 | e5b2b3ebaab5e69887e5b2b3ebaca1ebbfb25e |
UHC | 岳몵昇岳묡뿲^ | 11100100101111111001000110011101111000111011000011100100101111111001000111111000100101111011001001011110 | e4bf919de3b0e4bf91f897b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)