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 | 要??戈塋 | 1001011101110110001111110011111110011100111101111001101011001000 | 97763f3f9cf79ac8 |
EUC-JP | 要??戈塋 | 1100110111010111001111110011111111011000111110011101010011001010 | cdd73f3fd8f9d4ca |
UTF-8 | 要뺝낏戈塋 | 111010001010011010000001111010111011101010011101111010111000001010001111111001101000100010001000111001011010000110001011 | e8a681ebba9deb828fe68888e5a18b |
UHC | 要뺝낏戈塋 | 11101001101010011001010111100101101100111010100011001101111111001110011110101011 | e9a995e5b3a8cdfce7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)