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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 域??瓮g? | 100010001110011000111111001111111110000101000100100000101000011100111111 | 88e63f3fe14482873f |
EUC-JP | 域??瓮g? | 101100001110100000111111001111111110000110100101101000111110011100111111 | b0e83f3fe1a5a3e73f |
UTF-8 | 域⒴춼瓮g떥 | 111001011001111110011111111000101001001010110100111011001011011010111100111001111001001110101110111011111011110110000111111010111001011010100101 | e59f9fe292b4ecb6bce793aeefbd87eb96a5 |
UHC | 域⒴춼瓮g떥 | 111001101011010010101001111001011010110110011000111010001011011110100011111001111000101110111000 | e6b4a9e5ad98e8b7a3e78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)