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 | 11100111100000001000110010001000100010100100100101000010 | e7808c888a4942 |
EUC-JP | 轢決蟹B | 11101101111000001011011111101000101100111010101001000010 | ede0b7e8b3aa42 |
UTF-8 | 轢決蟹B | 11101000101111011010001011100110101100011011101011101000100111111011100101000010 | e8bda2e6b1bae89fb942 |
UHC | 轢決蟹B | 11010101111110011100110010111101111110101010111101000010 | d5f9ccbdfaaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)