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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 瀅拮}瀅拮{^ | 1111101101001110100111010110100001111101111110110100111010011101011010000111101101011110 | fb4e9d687dfb4e9d687b5e |
EUC-JP | 瀅拮}瀅拮{^ | 10001111110010011010101111011001110010010111110110001111110010011010101111011001110010010111101101011110 | 8fc9abd9c97d8fc9abd9c97b5e |
UTF-8 | 瀅拮}瀅拮{^ | 111001111000000010000101111001101000101110101110011111011110011110000000100001011110011010001011101011100111101101011110 | e78085e68bae7de78085e68bae7b5e |
UHC | 瀅拮}瀅拮{^ | 1111101110100100110100011100111101111101111110111010010011010001110011110111101101011110 | fba4d1cf7dfba4d1cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)