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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 髴ーH | 11101001100111001011000001001000 | e99cb048 |
EUC-JP | 髴ーH | 1111000111111100100011101011000001001000 | f1fc8eb048 |
UTF-8 | 髴ーH | 11101001101010111011010011101111101111011011000001001000 | e9abb4efbdb048 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)