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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 存皎勿 | 100100011011011011100001101001111001011011011100 | 91b6e1a796dc |
EUC-JP | 存皎勿 | 110000101011100011100010101010011100110011011110 | c2b8e2a9ccde |
UTF-8 | 存皎勿 | 111001011010110110011000111001111001101010001110111001011000101110111111 | e5ad98e79a8ee58bbf |
UHC | 存皎勿 | 111100001110110111001110111010111101101010101000 | f0edceebdaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)