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 | 跣罹擽寬 | 1110011011101111100111001110101110011101101101001111101010101010 | e6ef9ceb9db4faaa |
EUC-JP | 跣罹擽? | 11101100111100011101100011101101110110101011011000111111 | ecf1d8eddab63f |
UTF-8 | 跣罹擽寬 | 111010001011011110100011111001111011110110111001111001101001001110111101111001011010111110101100 | e8b7a3e7bdb9e693bde5afac |
UHC | 跣罹?寬 | 11100000110100111101011111100111001111111100111010110000 | e0d3d7e73fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)