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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬧ソ邨櫁推 | 111010011010011110111111111001111011010110011110111010001001000010000100 | e9a7bfe7b59ee89084 |
EUC-JP | 鬧ソ邨櫁推 | 11110010101010011000111010111111111011101011011111011100111010101011111111100100 | f2a98ebfeeb7dceabfe4 |
UTF-8 | 鬧ソ邨櫁推 | 111010011010110010100111111011111011110110111111111010011000001010101000111001101010101110000001111001101000111010101000 | e9aca7efbdbfe982a8e6ab81e68ea8 |
UHC | 鬧?邨?推 | 1101011110100010001111111111010110111110001111111111010111001111 | d7a23ff5be3ff5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)