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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 亮囮 | 10010111101110101001101010011001 | 97ba9a99 |
EUC-JP | 亮囮 | 11001110101111001101001111111001 | cebcd3f9 |
UTF-8 | 亮囮 | 111001001011101010101110111001011001101110101110 | e4baaee59bae |
UHC | 亮? | 110101011101010100111111 | d5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)