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 | 核?歟 | 1000101001101010001111111001111101100010 | 8a6a3f9f62 |
EUC-JP | 核?歟 | 1011001111001011001111111101110111000011 | b3cb3fddc3 |
UTF-8 | 核먪歟 | 111001101010000010111000111010111010100010101010111001101010110110011111 | e6a0b8eba8aae6ad9f |
UHC | 核먪歟 | 111110101011011110010000111001111110011010100010 | fab790e7e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)