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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 谿殊碓^ | 11100110101011101000111011101010100010010100111101011110 | e6ae8eea894f5e |
EUC-JP | 谿殊碓^ | 11101100101100001011110011101100101100011011000001011110 | ecb0bcecb1b05e |
UTF-8 | 谿殊碓^ | 11101000101100001011111111100110101011101000101011100111101000101001001101011110 | e8b0bfe6ae8ae7a2935e |
UHC | 谿殊?^ | 110011011010110011100010101010000011111101011110 | cdace2a83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)