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 | 捨借竺 | 100011101100110010001110110110001000111010110001 | 8ecc8ed88eb1 |
EUC-JP | 捨借竺 | 101111001100111010111100110110101011110010110011 | bccebcdabcb3 |
UTF-8 | 捨借竺 | 111001101000110110101000111001011000000010011111111001111010101110111010 | e68da8e5809fe7abba |
UHC | 捨借竺 | 110111101101011111110011101010001111010111100111 | ded7f3a8f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)