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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 俄[}俄[{^ | 100010011110001001011011011111011000100111100010010110110111101101011110 | 89e25b7d89e25b7b5e |
EUC-JP | 俄[}俄[{^ | 101100101110010001011011011111011011001011100100010110110111101101011110 | b2e45b7db2e45b7b5e |
UTF-8 | 俄[}俄[{^ | 1110010010111111100001000101101101111101111001001011111110000100010110110111101101011110 | e4bf845b7de4bf845b7b5e |
UHC | 俄[}俄[{^ | 111001001010110101011011011111011110010010101101010110110111101101011110 | e4ad5b7de4ad5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)