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 | 10010000011000100101100110010000011000100110001001000101 | 90625990626245 |
EUC-JP | 臣Y臣bE | 10111111110000110101100110111111110000110110001001000101 | bfc359bfc36245 |
UTF-8 | 臣Y臣bE | 111010001000011110100011010110011110100010000111101000110110001001000101 | e887a359e887a36245 |
UHC | 臣Y臣bE | 11100011111011010101100111100011111011010110001001000101 | e3ed59e3ed6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)