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 | 魏←? | 1110100110110000100000011010100100111111 | e9b081a93f |
EUC-JP | 魏←? | 1111001010110010101000101010101100111111 | f2b2a2ab3f |
UTF-8 | 魏←걧 | 111010011010110110001111111000101000011010010000111010101011000110100111 | e9ad8fe28690eab1a7 |
UHC | 魏←걧 | 111010101110000010100001111001111000000110010000 | eae0a1e78190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)