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 | 霏ァセ | 11101000110000001010011110111110 | e8c0a7be |
EUC-JP | 霏ァセ | 111100001100001010001110101001111000111010111110 | f0c28ea78ebe |
UTF-8 | 霏ァセ | 111010011001110010001111111011111011110110100111111011111011110110111110 | e99c8fefbda7efbdbe |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)