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 | ??昔 | 00111111001111111001000011001100 | 3f3f90cc |
EUC-JP | ??昔 | 00111111001111111100000011001110 | 3f3fc0ce |
UTF-8 | 속셨昔 | 111011001000011010001101111011001000010110101000111001101001100010010100 | ec868dec85a8e69894 |
UHC | 속셨昔 | 101111001101001110111100110011001110000010101110 | bcd3bccce0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)