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 | 菴磯魂 | 111001001011110110001000111010011000110110110000 | e4bd88e98db0 |
EUC-JP | 菴磯魂 | 111010001011111110110000111010111011101010110010 | e8bfb0ebbab2 |
UTF-8 | 菴磯魂 | 111010001000111110110100111001111010001110101111111010011010110110000010 | e88fb4e7a3afe9ad82 |
UHC | 菴磯魂 | 111001001110000011010001101101001111101111101011 | e4e0d1b4fbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)