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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 螟咎尓O | 11100101101001001001100111101001100110111001010101001111 | e5a499e99b954f |
EUC-JP | 螟咎尓O | 11101010101001101101001011101011110101011111010101001111 | eaa6d2ebd5f54f |
UTF-8 | 螟咎尓O | 11101000100111101001111111100101100100101000111011100101101100001001001101001111 | e89e9fe5928ee5b0934f |
UHC | 螟咎?O | 110110011010110111001111101001000011111101001111 | d9adcfa43f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)