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 | 漬???? | 100100101101000000111111001111110011111100111111 | 92d03f3f3f3f |
EUC-JP | 漬???? | 110001001101001000111111001111110011111100111111 | c4d23f3f3f3f |
UTF-8 | 漬브렢브렣 | 111001101011110010101100111010111011100010001100111010111010000010100010111010111011100010001100111010111010000010100011 | e6bcacebb88ceba0a2ebb88ceba0a3 |
UHC | 漬브렢브렣 | 11110010101100001011101011101010100011101011001110111010111010101000111010110100 | f2b0baea8eb3baea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)