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 | 豁滓ュ檻 | 11100110101011011001111111100110101011011001111101000010 | e6ad9fe6ad9f42 |
EUC-JP | 豁滓ュ檻 | 1110110010101111110111101110100010001110101011011101110110100011 | ecafdee88eaddda3 |
UTF-8 | 豁滓ュ檻 | 111010001011000110000001111001101011101110010011111011111011110110101101111001101010101010111011 | e8b181e6bb93efbdade6aabb |
UHC | 豁滓?檻 | 11111100110000111110111010101011001111111111100111100011 | fcc3eeab3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)