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 | öËè×Óý^ | 11110110110010111110100011010111110100111111110101011110 | f6cbe8d7d3fd5e |
SJIS-WIN | ???×??^ | 0011111100111111001111111000000101111110001111110011111101011110 | 3f3f3f817e3f3f5e |
EUC-JP | öËè×Óý^ | 100011111010101111010011100011111010101010110011100011111010101110110010101000011101111110001111101010101101000110001111101010111111001001011110 | 8fabd38faab38fabb2a1df8faad18fabf25e |
UTF-8 | öËè×Óý^ | 11000011101101101100001110001011110000111010100011000011100101111100001110010011110000111011110101011110 | c3b6c38bc3a8c397c393c3bd5e |
UHC | ???×??^ | 0011111100111111001111111010000110111111001111110011111101011110 | 3f3f3fa1bf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)