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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?侍^ | 00111111100011101001100001011110 | 3f8e985e |
EUC-JP | ?侍^ | 00111111101110111111100001011110 | 3fbbf85e |
UTF-8 | 잍侍^ | 11101100100111101000110111100100101111101000110101011110 | ec9e8de4be8d5e |
UHC | 잍侍^ | 1001111111100110111000111011010001011110 | 9fe6e3b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)