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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 磁紗 | 1111000011011000111100001101001110001110101001011000111011010001 | f0d8f0d38ea58ed1 |
EUC-JP | ??磁紗 | 001111110011111110111100101001111011110011010011 | 3f3fbca7bcd3 |
UTF-8 | 磁紗 | 111011101000001010010111111011101000001010010010111001111010001110000001111001111011010010010111 | ee8297ee8292e7a381e7b497 |
UHC | ??磁紗 | 001111110011111111101101101110001101111011101001 | 3f3fedb8dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)