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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 蛟。t | 11100101100000001010000101110100 | e580a174 |
EUC-JP | 蛟。t | 1110100111100000100011101010000101110100 | e9e08ea174 |
UTF-8 | 蛟。t | 11101000100110111001111111101111101111011010000101110100 | e89b9fefbda174 |
UHC | 蛟?t | 11001110111100010011111101110100 | cef13f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)