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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??唯?? | 1110001001110111001111110011111110010111010000100011111100111111 | e2773f3f97423f3f |
EUC-JP | 窈??唯?? | 1110001111011000001111110011111111001101101000110011111100111111 | e3d83f3fcda33f3f |
UTF-8 | 窈띻퀣唯뽭슧 | 111001111010101010001000111010111001110110111011111011011000000010100011111001011001010010101111111010111011110110101101111011001000101010100111 | e7aa88eb9dbbed80a3e594afebbdadec8aa7 |
UHC | 窈띻퀣唯뽭슧 | 111010011010000110001101111010101011001110010111111010101110011010010110111010011001101010110001 | e9a18deab397eae696e99ab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)