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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 岳??寃 | 100010100111100000111111001111111001101110000011 | 8a783f3f9b83 |
EUC-JP | 岳??寃 | 101100111101100100111111001111111101010111100011 | b3d93f3fd5e3 |
UTF-8 | 岳됰ㅏ寃 | 111001011011001010110011111010111001000010110000111000111000010110001111111001011010111110000011 | e5b2b3eb90b0e3858fe5af83 |
UHC | 岳됰ㅏ寃 | 1110010010111111100010011110101110100100101111111110101010110010 | e4bf89eba4bfeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)