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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 跛懃懸^ | 11100110111010101001110011100111100011001001110001011110 | e6ea9ce78c9c5e |
EUC-JP | 跛懃懸^ | 11101100111011001101100011101001101101111111110001011110 | ececd8e9b7fc5e |
UTF-8 | 跛懃懸^ | 11101000101101111001101111100110100001111000001111100110100001111011100001011110 | e8b79be68783e687b85e |
UHC | 跛懃懸^ | 11110111111101011101000011000100111110101101100001011110 | f7f5d0c4fad85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)