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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 豼Y豼bE | 11100110101111110101100111100110101111110110001001000101 | e6bf59e6bf6245 |
EUC-JP | 豼Y豼bE | 11101100110000010101100111101100110000010110001001000101 | ecc159ecc16245 |
UTF-8 | 豼Y豼bE | 111010001011000110111100010110011110100010110001101111000110001001000101 | e8b1bc59e8b1bc6245 |
UHC | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)