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 | 魏?麻 | 1110100110110000001111111001011010000011 | e9b03f9683 |
EUC-JP | 魏?麻 | 1111001010110010001111111100101111100011 | f2b23fcbe3 |
UTF-8 | 魏잰麻 | 111010011010110110001111111011001001111010110000111010011011101010111011 | e9ad8fec9eb0e9babb |
UHC | 魏잰麻 | 111010101110000011000000111010011101100010101011 | eae0c0e9d8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)