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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 罐′沖\ | 11100011101000111000000110001100100010011010101101011100 | e3a3818c89ab5c |
EUC-JP | 罐′沖\ | 11100110101001011010000111101100101100101010110101011100 | e6a5a1ecb2ad5c |
UTF-8 | 罐′沖\ | 11100111101111011001000011100010100000001011001011100110101100101001011001011100 | e7bd90e280b2e6b2965c |
UHC | 罐′沖\ | 11001110101110001010000111000111111101011111100001011100 | ceb8a1c7f5f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)