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 | 衣??議? | 10001000110111110011111100111111100010110110001100111111 | 88df3f3f8b633f |
EUC-JP | 衣??議? | 10110000111000010011111100111111101101011100010000111111 | b0e13f3fb5c43f |
UTF-8 | 衣펩름議렣 | 111010001010000110100011111011011000111010101001111010111010011010000100111010001010110110110000111010111010000010100011 | e8a1a3ed8ea9eba684e8adb0eba0a3 |
UHC | 衣펩름議렣 | 11101011111111011100011011101001101110001010011111101100101000011000111010110100 | ebfdc6e9b8a7eca18eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)