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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘句エ泌 | 11101001101000011000101111100101101101001001010011100101 | e9a18be5b494e5 |
EUC-JP | 鬘句エ泌 | 1111001010100011101101101110011110001110101101001100100011100111 | f2a3b6e78eb4c8e7 |
UTF-8 | 鬘句エ泌 | 111010011010110010011000111001011000111110100101111011111011110110110100111001101011001110001100 | e9ac98e58fa5efbdb4e6b38c |
UHC | ?句?泌 | 001111111100111110100011001111111111100110110010 | 3fcfa33ff9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)