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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齟鳰峭笘 | 1110101010010010111010011110101010011011101101111110001010011000 | ea92e9ea9bb7e298 |
EUC-JP | 齟鳰峭笘 | 1111001111110010111100101110110011010110101110011110001111111000 | f3f2f2ecd6b9e3f8 |
UTF-8 | 齟鳰峭笘 | 111010011011110110011111111010011011001110110000111001011011001110101101111001111010110010011000 | e9bd9fe9b3b0e5b3ade7ac98 |
UHC | 齟??? | 1110111011010010001111110011111100111111 | eed23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)