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 | ??低? | 0011111100111111100100101110000100111111 | 3f3f92e13f |
EUC-JP | 饔?低? | 10001111111010001110111100111111110001001110001100111111 | 8fe8ef3fc4e33f |
UTF-8 | 饔렡低편 | 111010011010010110010100111010111010000010100001111001001011110110001110111011011000111010111000 | e9a594eba0a1e4bd8eed8eb8 |
UHC | 饔렡低편 | 1110100010111101100011101011001011101110101110001100011011101101 | e8bd8eb2eeb8c6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)