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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | 勖???F | 10001111101100111110110100111111001111110011111101000110 | 8fb3ed3f3f3f46 |
UTF-8 | 勖쾅렏렕F | 11100101100010111001011011101100101111101000010111101011101000001000111111101011101000001001010101000110 | e58b96ecbe85eba08feba09546 |
UHC | 勖쾅렏렕F | 111010011110110111000100111001111000111010100101100011101010101001000110 | e9edc4e78ea58eaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)