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 | 苓迯 | 10010111111010001110011110001101 | 97e8e78d |
EUC-JP | 苓迯 | 11001110111010101110110111101101 | ceeaeded |
UTF-8 | 苓迯 | 111010001000101110010011111010001011111110101111 | e88b93e8bfaf |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)