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 | 尺渉寬 | 1111001011101001100011101101101010001111110000101111101010101010 | f2e98eda8fc2faaa |
EUC-JP | ?尺渉? | 001111111011110011011100101111101100010000111111 | 3fbcdcbec43f |
UTF-8 | 尺渉寬 | 111011101000100010100000111001011011000010111010111001101011100010001001111001011010111110101100 | ee88a0e5b0bae6b889e5afac |
UHC | ?尺?寬 | 001111111111010010101001001111111100111010110000 | 3ff4a93fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)