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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫ケ驥趣ス、 | 111010011000101010111001111010011000011110001110111011111011110110100100 | e98ab9e9878eefbda4 |
EUC-JP | 驫ケ驥趣ス、 | 111100011110101010001110101110011111000111100111101111001111000110001110101111011000111010100100 | f1ea8eb9f1e7bcf18ebd8ea4 |
UTF-8 | 驫ケ驥趣ス、 | 111010011010100110101011111011111011110110111001111010011010100110100101111010001011011010100011111011111011110110111101111011111011110110100100 | e9a9abefbdb9e9a9a5e8b6a3efbdbdefbda4 |
UHC | ??驥趣?? | 0011111100111111110100011100101011110110101011000011111100111111 | 3f3fd1caf6ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)