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 | 鬩・諛千掩 | 111010011010100110100101111001101000011110010000111001111000100110000110 | e9a9a5e68790e78986 |
EUC-JP | 鬩・諛千掩 | 11110010101010111000111010100101111010111110011111000000111010011011000111100110 | f2ab8ea5ebe7c0e9b1e6 |
UTF-8 | 鬩・諛千掩 | 111010011010110010101001111011111011110110100101111010001010101110011011111001011000110110000011111001101000111010101001 | e9aca9efbda5e8ab9be58d83e68ea9 |
UHC | ??諛千掩 | 0011111100111111111010111011000011110100101101101110010111110011 | 3f3febb0f4b6e5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)