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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萪鴫灼 | 111001001101001010001110101100001000111011011100 | e4d28eb08edc |
EUC-JP | 萪鴫灼 | 111010001101010010111100101100101011110011011110 | e8d4bcb2bcde |
UTF-8 | 萪鴫灼 | 111010001001000010101010111010011011010010101011111001111000000110111100 | e890aae9b4abe781bc |
UHC | ??灼 | 00111111001111111110110111000111 | 3f3fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)