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 | 雍逸松 | 111010001011010010001000111011011000111110111100 | e8b488ed8fbc |
EUC-JP | 雍逸松 | 111100001011011010110000111011111011111010111110 | f0b6b0efbebe |
UTF-8 | 雍逸松 | 111010011001101110001101111010011000000010111000111001101001110110111110 | e99b8de980b8e69dbe |
UHC | 雍逸松 | 111010001011110011101100111011111110000111100110 | e8bcecefe1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)