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 | 胱晗゙ラ゙ | 11100011111101111111101011010110110111101101011111011110 | e3f7fad6ded7de |
EUC-JP | 胱晗゙ラ゙ | 1110011011111001100011111100001010111000100011101101111010001110110101111000111011011110 | e6f98fc2b88ede8ed78ede |
UTF-8 | 胱晗゙ラ゙ | 111010001000001110110001111001101001100110010111111011111011111010011110111011111011111010010111111011111011111010011110 | e883b1e69997efbe9eefbe97efbe9e |
UHC | 胱???? | 110011101100110100111111001111110011111100111111 | cecd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)