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 | ?東曹蜈 | 00111111100100111000110010010001100000101110010110000101 | 3f938c9182e585 |
EUC-JP | ?東曹蜈 | 00111111110001011110110011000001111000101110100111100101 | 3fc5ecc1e2e9e5 |
UTF-8 | 뤯東曹蜈 | 111010111010010010101111111001101001110110110001111001101001101110111001111010001001110010001000 | eba4afe69db1e69bb9e89c88 |
UHC | 뤯東曹蜈 | 1000111111011101110101001101010011110000110001111110100010100101 | 8fddd4d4f0c7e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)