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 | 皓絅脾 | 111000011010100111100011010001001110010001000010 | e1a9e344e442 |
EUC-JP | 皓絅脾 | 111000101010101111100101101001011110011110100011 | e2abe5a5e7a3 |
UTF-8 | 皓絅脾 | 111001111001101010010011111001111011010110000101111010001000010010111110 | e79a93e7b585e884be |
UHC | 皓絅脾 | 111110111101001111001100111001111101111010100001 | fbd3cce7dea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)