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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 諱ェB | 11100110100000011010101001000010 | e681aa42 |
EUC-JP | 諱ェB | 1110101111100001100011101010101001000010 | ebe18eaa42 |
UTF-8 | 諱ェB | 11101000101010111011000111101111101111011010101001000010 | e8abb1efbdaa42 |
UHC | 諱?B | 11111101110010010011111101000010 | fdc93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)