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 | 11100000110101110101100111100000110101110110001001000101 | e0d759e0d76245 |
EUC-JP | 獸Y獸bE | 11100000110110010101100111100000110110010110001001000101 | e0d959e0d96245 |
UTF-8 | 獸Y獸bE | 111001111000110110111000010110011110011110001101101110000110001001000101 | e78db859e78db86245 |
UHC | 獸Y獸bE | 11100010101011100101100111100010101011100110001001000101 | e2ae59e2ae6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)