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 | ??_ | 001111110011111101011111 | 3f3f5f |
SJIS-WIN | ??_ | 001111110011111101011111 | 3f3f5f |
EUC-JP | ??_ | 001111110011111101011111 | 3f3f5f |
UTF-8 | 뤔집_ | 11101011101001001001010011101100101001111001000101011111 | eba494eca7915f |
UHC | 뤔집_ | 1000111111000100110000011111110101011111 | 8fc4c1fd5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)