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 | ??怡婉 | 001111110011111110011100011111011001101101010101 | 3f3f9c7d9b55 |
EUC-JP | ??怡婉 | 001111110011111111010111110111101101010110110110 | 3f3fd7ded5b6 |
UTF-8 | 솨소怡婉 | 111011001000011010101000111011001000011010001100111001101000000010100001111001011010100110001001 | ec86a8ec868ce680a1e5a989 |
UHC | 솨소怡婉 | 1011110011011101101111001101001011101100101011101110100011000110 | bcddbcd2ecaee8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)