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 | 11100000110101010101100111100000110101010110001001000101 | e0d559e0d56245 |
EUC-JP | 獨Y獨bE | 11100000110101110101100111100000110101110110001001000101 | e0d759e0d76245 |
UTF-8 | 獨Y獨bE | 111001111000110110101000010110011110011110001101101010000110001001000101 | e78da859e78da86245 |
UHC | 獨Y獨bE | 11010100101111000101100111010100101111000110001001000101 | d4bc59d4bc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)