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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 岳宣岳?^ | 1000101001111000100100001110100110001010011110000011111101011110 | 8a7890e98a783f5e |
EUC-JP | 岳宣岳?^ | 1011001111011001110000001110101110110011110110010011111101011110 | b3d9c0ebb3d93f5e |
UTF-8 | 岳宣岳댋^ | 11100101101100101011001111100101101011101010001111100101101100101011001111101011100011001000101101011110 | e5b2b3e5aea3e5b2b3eb8c8b5e |
UHC | 岳宣岳댋^ | 111001001011111111100000101111101110010010111111100010001011010001011110 | e4bfe0bee4bf88b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)