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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 骭コ霓 | 1110100110001100101110101110100010111101 | e98cbae8bd |
EUC-JP | 骭コ霓 | 111100011110110010001110101110101111000010111111 | f1ec8ebaf0bf |
UTF-8 | 骭コ霓 | 111010011010101010101101111011111011110110111010111010011001110010010011 | e9aaadefbdbae99c93 |
UHC | ??霓 | 00111111001111111110011111100111 | 3f3fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)