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 | 葢霰蒂雹 | 1110010011100010111010001100010111100100110110101110100010111001 | e4e2e8c5e4dae8b9 |
EUC-JP | 葢霰蒂雹 | 1110100011100100111100001100011111101000110111001111000010111011 | e8e4f0c7e8dcf0bb |
UTF-8 | 葢霰蒂雹 | 111010001001000110100010111010011001110010110000111010001001001010000010111010011001101110111001 | e891a2e99cb0e89282e99bb9 |
UHC | ?霰?雹 | 001111111101111110101100001111111101101011011111 | 3fdfac3fdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)