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 | 羣癶粮 | 111000111011100011100001101000001110001011101100 | e3b8e1a0e2ec |
EUC-JP | 羣癶粮 | 111001101011101011100010101000101110010011101110 | e6bae2a2e4ee |
UTF-8 | 羣癶粮 | 111001111011111010100011111001111001100110110110111001111011001010101110 | e7bea3e799b6e7b2ae |
UHC | ??粮 | 00111111001111111101010111011011 | 3f3fd5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)