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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 岳??爾? | 10001010011110000011111100111111100011101010001000111111 | 8a783f3f8ea23f |
EUC-JP | 岳??爾? | 10110011110110010011111100111111101111001010010000111111 | b3d93f3fbca43f |
UTF-8 | 岳묎꼈爾즚 | 111001011011001010110011111010111010110010001110111010101011110010001000111001111000100010111110111011001010011010011010 | e5b2b3ebac8eeabc88e788beeca69a |
UHC | 岳묎꼈爾즚 | 11100100101111111001000111101010101100101011110011101100101100111010001101101000 | e4bf91eab2bcecb3a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)