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?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | 臾⑤?B維? | 111001000110101110000111010001000011111101000010100010001101101100111111 | e46b87443f4288db3f |
EUC-JP | 臾??B維? | 1110011111001100001111110011111101000010101100001101110100111111 | e7cc3f3f42b0dd3f |
UTF-8 | 臾⑤쳭B維띾 | 11101000100001111011111011100010100100011010010011101100101100111010110101000010111001111011011010101101111010111001110110111110 | e887bee291a4ecb3ad42e7b6adeb9dbe |
UHC | 臾⑤쳭B維띾 | 1110101110101100101010001110101110101011100100010100001011101011101010111000110111101011 | ebaca8ebab9142ebab8deb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)