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 | 岳??冶 | 100010100111100000111111001111111001011011101000 | 8a783f3f96e8 |
EUC-JP | 岳??冶 | 101100111101100100111111001111111100110011101010 | b3d93f3fccea |
UTF-8 | 岳꾡퓙冶 | 111001011011001010110011111010101011111010100001111011011001001110011001111001011000011010110110 | e5b2b3eabea1ed9399e586b6 |
UHC | 岳꾡퓙冶 | 1110010010111111100001001110010010111111100001001110010110100111 | e4bf84e4bf84e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)