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 | 赭㍗赭 | 111001101101111010000111011010001110011011011110 | e6de8768e6de |
EUC-JP | 赭?赭 | 1110110011100000001111111110110011100000 | ece03fece0 |
UTF-8 | 赭㍗赭 | 111010001011010110101101111000111000110110010111111010001011010110101101 | e8b5ade38d97e8b5ad |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)