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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 跣慕 | 11100110111011111001010111100111 | e6ef95e7 |
EUC-JP | 跣慕 | 11101100111100011100101011101001 | ecf1cae9 |
UTF-8 | 跣慕 | 111010001011011110100011111001101000010110010101 | e8b7a3e68595 |
UHC | 跣慕 | 11100000110100111101100110110111 | e0d3d9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)