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 | ?篩?? | 0011111111100010101111110011111100111111 | 3fe2bf3f3f |
EUC-JP | 鋌篩?? | 10001111111001001011101111100100110000010011111100111111 | 8fe4bbe4c13f3f |
UTF-8 | 鋌篩렭렏 | 111010011000101110001100111001111010111110101001111010111010000010101101111010111010000010001111 | e98b8ce7afa9eba0adeba08f |
UHC | 鋌篩렭렏 | 1110111111111011110111101110100010001110101110101000111010100101 | effbdee88eba8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)