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 | 任捧? | 1001010001000011100101011111100100111111 | 944395f93f |
EUC-JP | 任捧? | 1100011110100100110010101111101100111111 | c7a4cafb3f |
UTF-8 | 任捧렊 | 111001001011101110111011111001101000110110100111111010111010000010001010 | e4bbbbe68da7eba08a |
UHC | 任捧렊 | 111011001111001011011100111010011000111010100001 | ecf2dce98ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)