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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 要η?要η?^ | 1001011101110110100000111100010100111111100101110111011010000011110001010011111101011110 | 977683c53f977683c53f5e |
EUC-JP | 要η?要η?^ | 1100110111010111101001101100011100111111110011011101011110100110110001110011111101011110 | cdd7a6c73fcdd7a6c73f5e |
UTF-8 | 要η릊要η릊^ | 1110100010100110100000011100111010110111111010111010011010001010111010001010011010000001110011101011011111101011101001101000101001011110 | e8a681ceb7eba68ae8a681ceb7eba68a5e |
UHC | 要η릊要η릊^ | 11101001101010011010010111100111101110001010101111101001101010011010010111100111101110001010101101011110 | e9a9a5e7b8abe9a9a5e7b8ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)