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 | öËè×Õ¬e^ | 1111011011001011111010001101011111010101101011000110010101011110 | f6cbe8d7d5ac655e |
SJIS-WIN | ???×?¬e^ | 00111111001111110011111110000001011111100011111110000001110010100110010101011110 | 3f3f3f817e3f81ca655e |
EUC-JP | öËè×Õ¬e^ | 100011111010101111010011100011111010101010110011100011111010101110110010101000011101111110001111101010101101100010100010110011000110010101011110 | 8fabd38faab38fabb2a1df8faad8a2cc655e |
UTF-8 | öËè×Õ¬e^ | 1100001110110110110000111000101111000011101010001100001110010111110000111001010111000010101011000110010101011110 | c3b6c38bc3a8c397c395c2ac655e |
UHC | ???×??e^ | 001111110011111100111111101000011011111100111111001111110110010101011110 | 3f3f3fa1bf3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)