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 | 裂隘甓 | 100101111111010011101000101001011110000101010001 | 97f4e8a5e151 |
EUC-JP | 裂隘甓 | 110011101111011011110000101001111110000110110010 | cef6f0a7e1b2 |
UTF-8 | 裂隘甓 | 111010001010001110000010111010011001101010011000111001111001010010010011 | e8a382e99a98e79493 |
UHC | 裂隘? | 1101011010101110111001001111011000111111 | d6aee4f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)