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 | 鉤苓溌 | 111001111110101010010111111010001001010010101100 | e7ea97e894ac |
EUC-JP | 鉤苓溌 | 111011101110110011001110111010101100100010101110 | eeecceeac8ae |
UTF-8 | 鉤苓溌 | 111010011000100110100100111010001000101110010011111001101011101010001100 | e989a4e88b93e6ba8c |
UHC | 鉤?? | 11001111110010010011111100111111 | cfc93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)