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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | クチ}クチ{^ | 1011100011110110110110001100000101111101101110001111011011011000110000010111101101011110 | b8f6d8c17db8f6d8c17b5e |
EUC-JP | ク?チ}ク?チ{^ | 10001110101110000011111110001110110000010111110110001110101110000011111110001110110000010111101101011110 | 8eb83f8ec17d8eb83f8ec17b5e |
UTF-8 | クチ}クチ{^ | 111011111011110110111000111011101001001110111111111011111011111010000001011111011110111110111101101110001110111010010011101111111110111110111110100000010111101101011110 | efbdb8ee93bfefbe817defbdb8ee93bfefbe817b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)