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 | 陜溪蔵 | 111010001001110110011111111000101001000110100000 | e89d9fe291a0 |
EUC-JP | 陜溪蔵 | 111011111111110111011110111001001100001010100010 | effddee4c2a2 |
UTF-8 | 陜溪蔵 | 111010011001100110011100111001101011101010101010111010001001010010110101 | e9999ce6baaae894b5 |
UHC | 陜溪? | 1111100111110000110011011010001000111111 | f9f0cda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)