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 | テオ逎 | 110000111111010011011010101101011110011110100011 | c3f4dab5e7a3 |
EUC-JP | テ?オ逎 | 10001110110000110011111110001110101101011110111010100101 | 8ec33f8eb5eea5 |
UTF-8 | テオ逎 | 111011111011111010000011111011101000111010001001111011111011110110110101111010011000000010001110 | efbe83ee8e89efbdb5e9808e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)