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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 渦眄渦眄^ | 100010010101000111100001101111101000100101010001111000011011111001011110 | 8951e1be8951e1be5e |
EUC-JP | 渦眄渦眄^ | 101100011011001011100010110000001011000110110010111000101100000001011110 | b1b2e2c0b1b2e2c05e |
UTF-8 | 渦眄渦眄^ | 11100110101110001010011011100111100111001000010011100110101110001010011011100111100111001000010001011110 | e6b8a6e79c84e6b8a6e79c845e |
UHC | 渦眄渦眄^ | 111010001011111011011000111110001110100010111110110110001111100001011110 | e8bed8f8e8bed8f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)