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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辣ョ螳肴昏 | 111001111000010110101110111001011010111010001101111001101000110110101000 | e785aee5ae8de68da8 |
EUC-JP | 辣ョ螳肴昏 | 11101101111001011000111010101110111010101011000010111010111010001011101010101010 | ede58eaeeab0bae8baaa |
UTF-8 | 辣ョ螳肴昏 | 111010001011111010100011111011111011110110101110111010001001111010110011111010001000001010110100111001101001100010001111 | e8bea3efbdaee89eb3e882b4e6988f |
UHC | 辣?螳肴昏 | 110101011011100000111111110100111101100111111101101000101111101111100111 | d5b83fd3d9fda2fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)