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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 里O里OB | 100101111010001010000010011011101001011110100010100000100110111001000010 | 97a2826e97a2826e42 |
EUC-JP | 里O里OB | 110011101010010010100011110011111100111010100100101000111100111101000010 | cea4a3cfcea4a3cf42 |
UTF-8 | 里O里OB | 11101001100001111000110011101111101111001010111111101001100001111000110011101111101111001010111101000010 | e9878cefbcafe9878cefbcaf42 |
UHC | 里O里OB | 110101111110110010100011110011111101011111101100101000111100111101000010 | d7eca3cfd7eca3cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)