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 | 𺶺 | 11110000101110101011011010111010 | f0bab6ba |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | 𺶺 | 1000111110101001110000111000111110100010111010111010001011111001100011111010001011101011 | 8fa9c38fa2eba2f98fa2eb |
UTF-8 | 𺶺 | 1100001110110000110000101011101011000010101101101100001010111010 | c3b0c2bac2b6c2ba |
UHC | 𺶺 | 1010100110100011101010001010110010100010110100101010100010101100 | a9a3a8aca2d2a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)