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 | 萓啄♀ | 111001001011111010010001111011011000000110001010 | e4be91ed818a |
EUC-JP | 萓啄♀ | 111010001100000011000010111011111010000111101010 | e8c0c2efa1ea |
UTF-8 | 萓啄♀ | 111010001001000010010011111001011001010110000100111000101001100110000000 | e89093e59584e29980 |
UHC | ?啄♀ | 0011111111110110111100101010000111001111 | 3ff6f2a1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)