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 | 1110100111101000100111111111001101110100 | e9e89ff374 |
EUC-JP | 鳧灌t | 1111001011101010110111101111010101110100 | f2eadef574 |
UTF-8 | 鳧灌t | 11101001101100111010011111100111100000011000110001110100 | e9b3a7e7818c74 |
UHC | 鳧灌t | 1101110111000000110011101011010001110100 | ddc0ceb474 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)