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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 腑榊ズB | 11100100010001001000110111100101100000110101100101000010 | e4448de5835942 |
EUC-JP | 腑榊ズB | 11100111101001011011101011100111101001011011101001000010 | e7a5bae7a5ba42 |
UTF-8 | 腑榊ズB | 11101000100001011001000111100110101001101000101011100011100000101011101001000010 | e88591e6a68ae382ba42 |
UHC | 腑?ズB | 110111011011000000111111101010111011101001000010 | ddb03fabba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)