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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | テ禿コy | 1100001110010011110000111011101001111001 | c393c3ba79 |
EUC-JP | テ禿コy | 10001110110000111100011011000101100011101011101001111001 | 8ec3c6c58eba79 |
UTF-8 | テ禿コy | 11101111101111101000001111100111101001101011111111101111101111011011101001111001 | efbe83e7a6bfefbdba79 |
UHC | ?禿?y | 0011111111010100101111100011111101111001 | 3fd4be3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)