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 | 佃矜赭 | 100100101100111111100001111000001110011011011110 | 92cfe1e0e6de |
EUC-JP | 佃矜赭 | 110001001101000111100010111000101110110011100000 | c4d1e2e2ece0 |
UTF-8 | 佃矜赭 | 111001001011110110000011111001111001111110011100111010001011010110101101 | e4bd83e79f9ce8b5ad |
UHC | 佃矜? | 1110111011101100110100001110100000111111 | eeecd0e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)