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 | 蟷礼ィ伜ケ | 1110010110111001100101111110011110101000100110001110010110111001 | e5b997e7a898e5b9 |
EUC-JP | 蟷礼ィ伜ケ | 11101010101110111100111011101001100011101010100011010000111001111000111010111001 | eabbcee98ea8d0e78eb9 |
UTF-8 | 蟷礼ィ伜ケ | 111010001001111110110111111001111010010010111100111011111011110110101000111001001011110010011100111011111011110110111001 | e89fb7e7a4bcefbda8e4bc9cefbdb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)