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 | 輸?}輸?{^ | 100101110100000100111111011111011001011101000001001111110111101101011110 | 97413f7d97413f7b5e |
EUC-JP | 輸?}輸?{^ | 110011011010001000111111011111011100110110100010001111110111101101011110 | cda23f7dcda23f7b5e |
UTF-8 | 輸趰}輸趰{^ | 111010001011110010111000111010001011011010110000011111011110100010111100101110001110100010110110101100000111101101011110 | e8bcb8e8b6b07de8bcb8e8b6b07b5e |
UHC | 輸?}輸?{^ | 111000101100001100111111011111011110001011000011001111110111101101011110 | e2c33f7de2c33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)