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 | 譽h?掌ь? | 11100110101000111000001010001000001111111000111110110110100001001000111000111111 | e6a382883f8fb6848e3f |
EUC-JP | 譽h?掌ь? | 11101100101001011010001111101000001111111011111010111000101001111110111000111111 | eca5a3e83fbeb8a7ee3f |
UTF-8 | 譽h꽔掌ь눖 | 1110100010101101101111011110111110111101100010001110101010111101100101001110011010001110100011001101000110001100111010111000100010010110 | e8adbdefbd88eabd94e68e8cd18ceb8896 |
UHC | 譽h꽔掌ь눖 | 111001111110001010100011111010001000010010100011111011011110011010101100111011101000011110110000 | e7e2a3e884a3ede6acee87b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)