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 | 蒻ぱ??瑤 | 1110010011101000100000101100111100111111001111111110101010100010 | e4e882cf3f3feaa2 |
EUC-JP | 蒻ぱ??瑤 | 1110100011101010101001001101000100111111001111111111010010100100 | e8eaa4d13f3ff4a4 |
UTF-8 | 蒻ぱ됰여瑤 | 111010001001001010111011111000111000000110110001111010111001000010110000111011001001011110101100111001111001000110100100 | e892bbe381b1eb90b0ec97ace791a4 |
UHC | 蒻ぱ됰여瑤 | 11100101101101101010101011010001100010011110101110111111101010011110100011111101 | e5b6aad189ebbfa9e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)