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 | ??矯 | 00111111001111111000101110111000 | 3f3f8bb8 |
EUC-JP | ?庾矯 | 001111111000111110111100110011101011011010111010 | 3f8fbcceb6ba |
UTF-8 | 뤗庾矯 | 111010111010010010010111111001011011101010111110111001111001111110101111 | eba497e5babee79faf |
UHC | 뤗庾矯 | 100011111100011111101010111011001100111011101100 | 8fc7eaecceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)