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 | ?讌巐橲嗇 | 001111111110011010100101111110101011011010011110111011011001101010100101 | 3fe6a5fab69eed9aa5 |
EUC-JP | 嶴讌巐橲嗇 | 100011111011101111110011111011001010011110001111101110111111100111011100111011111101010010100111 | 8fbbf3eca78fbbf9dcefd4a7 |
UTF-8 | 嶴讌巐橲嗇 | 111001011011011010110100111010001010111010001100111001011011011110010000111001101010100110110010111001011001011110000111 | e5b6b4e8ae8ce5b790e6a9b2e59787 |
UHC | ????嗇 | 001111110011111100111111001111111101111111100000 | 3f3f3f3fdfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)