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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 蹂シォP | 1110011011111000101111001010101101010000 | e6f8bcab50 |
EUC-JP | 蹂シォP | 11101100111110101000111010111100100011101010101101010000 | ecfa8ebc8eab50 |
UTF-8 | 蹂シォP | 11101000101110011000001011101111101111011011110011101111101111011010101101010000 | e8b982efbdbcefbdab50 |
UHC | 蹂??P | 1110101110110011001111110011111101010000 | ebb33f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)