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 | 裨倬ウカ | 111001011110100110011000111010011011001110110110 | e5e998e9b3b6 |
EUC-JP | 裨倬ウカ | 1110101011101011110100001110101110001110101100111000111010110110 | eaebd0eb8eb38eb6 |
UTF-8 | 裨倬ウカ | 111010001010001110101000111001011000000010101100111011111011110110110011111011111011110110110110 | e8a3a8e580acefbdb3efbdb6 |
UHC | 裨倬?? | 110111101010010111110110111100000011111100111111 | dea5f6f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)