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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齊斑廓 | 111010101000111010010100110000011000101001100110 | ea8e94c18a66 |
EUC-JP | 齊斑廓 | 111100111110111011001000110000111011001111000111 | f3eec8c3b3c7 |
UTF-8 | 齊斑廓 | 111010011011110110001010111001101001011010010001111001011011101110010011 | e9bd8ae69691e5bb93 |
UHC | 齊斑廓 | 111100001011101011011010111010001100111010101001 | f0badae8cea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)