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 | 鬘作愕 | 111010011010000110001101111011001001110010110001 | e9a18dec9cb1 |
EUC-JP | 鬘作愕 | 111100101010001110111010111011101101100010110011 | f2a3baeed8b3 |
UTF-8 | 鬘作愕 | 111010011010110010011000111001001011110110011100111001101000010010010101 | e9ac98e4bd9ce68495 |
UHC | ?作愕 | 0011111111101101110000101110010011000011 | 3fedc2e4c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)