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 | ?冀∨與 | 00111111100110010110001010000001110010011110010001101111 | 3f996281c9e46f |
EUC-JP | ?冀∨與 | 00111111110100011100001110100010110010111110011111010000 | 3fd1c3a2cbe7d0 |
UTF-8 | 룵冀∨與 | 111010111010001110110101111001011000011010000000111000101000100010101000111010001000100010000111 | eba3b5e58680e288a8e88887 |
UHC | 룵冀∨與 | 1000111110101010110100001110110110100001111111011110011010101000 | 8faad0eda1fde6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)