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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 逡ッ峵院h | 1110011110010101101011111111101010101110100010010100000001101000 | e795affaae894068 |
EUC-JP | 逡ッ?院h | 1110110111110101100011101010111100111111101100011010000101101000 | edf58eaf3fb1a168 |
UTF-8 | 逡ッ峵院h | 11101001100000001010000111101111101111011010111111100101101100111011010111101001100110011010001001101000 | e980a1efbdafe5b3b5e999a268 |
UHC | 逡??院h | 11110001111001000011111100111111111010101100001001101000 | f1e43f3feac268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)