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 | Â}ÂU | 110000101000111101111101110000101001000101010101 | c28f7dc29155 |
SJIS-WIN | ??}??U | 001111110011111101111101001111110011111101010101 | 3f3f7d3f3f55 |
EUC-JP | Â?}Â?U | 10001111101010101010010000111111011111011000111110101010101001000011111101010101 | 8faaa43f7d8faaa43f55 |
UTF-8 | Â}ÂU | 11000011100000101100001010001111011111011100001110000010110000101001000101010101 | c382c28f7dc382c29155 |
UHC | ??}??U | 001111110011111101111101001111110011111101010101 | 3f3f7d3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)