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 | ??扮 | 00111111001111111001010110101111 | 3f3f95af |
EUC-JP | ??扮 | 00111111001111111100101010110001 | 3f3fcab1 |
UTF-8 | 일쌜扮 | 111011001001110110111100111011001000110010011100111001101000100110101110 | ec9dbcec8c9ce689ae |
UHC | 일쌜扮 | 110000001100111110111101110110111101110111001010 | c0cfbddbddca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)