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 | ワレ豢ェサ | 110111001101101011100110101101001010101010111011 | dcdae6b4aabb |
EUC-JP | ワレ豢ェサ | 10001110110111001000111011011010111011001011011010001110101010101000111010111011 | 8edc8edaecb68eaa8ebb |
UTF-8 | ワレ豢ェサ | 111011111011111010011100111011111011111010011010111010001011000110100010111011111011110110101010111011111011110110111011 | efbe9cefbe9ae8b1a2efbdaaefbdbb |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)