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 | 11100000110100110101100111100000110100110110001001000101 | e0d359e0d36245 |
EUC-JP | 獗Y獗bE | 11100000110101010101100111100000110101010110001001000101 | e0d559e0d56245 |
UTF-8 | 獗Y獗bE | 111001111000110110010111010110011110011110001101100101110110001001000101 | e78d9759e78d976245 |
UHC | 獗Y獗bE | 11001111111100010101100111001111111100010110001001000101 | cff159cff16245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)