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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 蘓漏h蘓漏 | 111001010101111010011000010100100110100011100101010111101001100001010010 | e55e985268e55e9852 |
EUC-JP | 蘓漏h蘓漏 | 111010011011111111001111101100110110100011101001101111111100111110110011 | e9bfcfb368e9bfcfb3 |
UTF-8 | 蘓漏h蘓漏 | 11101000100110001001001111100110101111001000111101101000111010001001100010010011111001101011110010001111 | e89893e6bc8f68e89893e6bc8f |
UHC | ?漏h?漏 | 00111111110101111010100101101000001111111101011110101001 | 3fd7a9683fd7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)