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 | öËè×ì³^ | 11110110110010111110100011010111111011001011001101011110 | f6cbe8d7ecb35e |
SJIS-WIN | ???×??^ | 0011111100111111001111111000000101111110001111110011111101011110 | 3f3f3f817e3f3f5e |
EUC-JP | öËè×ì?^ | 10001111101010111101001110001111101010101011001110001111101010111011001010100001110111111000111110101011110000000011111101011110 | 8fabd38faab38fabb2a1df8fabc03f5e |
UTF-8 | öËè×ì³^ | 11000011101101101100001110001011110000111010100011000011100101111100001110101100110000101011001101011110 | c3b6c38bc3a8c397c3acc2b35e |
UHC | ???×?³^ | 001111110011111100111111101000011011111100111111101010011111100001011110 | 3f3f3fa1bf3fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)