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 | 淼夂泪浯 | 1111101101000101100110101110011110011111101000111111101011111100 | fb459ae79fa3fafc |
EUC-JP | 淼夂泪浯 | 10001111110001111110011011010100111010011101111010100101100011111100011111000011 | 8fc7e6d4e9dea58fc7c3 |
UTF-8 | 淼夂泪浯 | 111001101011011110111100111001011010010010000010111001101011001110101010111001101011010110101111 | e6b7bce5a482e6b3aae6b5af |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)