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 | ??僕 | 00111111001111111001011001101100 | 3f3f966c |
EUC-JP | ??僕 | 00111111001111111100101111001101 | 3f3fcbcd |
UTF-8 | 충튐僕 | 111011001011011010101001111011011000101010010000111001011000001110010101 | ecb6a9ed8a90e58395 |
UHC | 충튐僕 | 110000111110011011000110101001101101110011010010 | c3e6c6a6dcd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)