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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 往?堯 | 1000100110011101001111111110101010011111 | 899d3fea9f |
EUC-JP | 往?堯 | 1011000111111101001111111111010010100001 | b1fd3ff4a1 |
UTF-8 | 往蟬堯 | 111001011011111010000000111010001001111110101100111001011010000010101111 | e5be80e89face5a0af |
UHC | 往蟬堯 | 111010001101100111100000110100011110100011101011 | e8d9e0d1e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)