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 | ¯@¯@^ | 100100011010111110010010010000001001000110101111100100100100000001011110 | 91af924091af92405e |
SJIS-WIN | ???@???@^ | 001111110011111100111111010000000011111100111111001111110100000001011110 | 3f3f3f403f3f3f405e |
EUC-JP | ?¯?@?¯?@^ | 00111111100011111010001010110100001111110100000000111111100011111010001010110100001111110100000001011110 | 3f8fa2b43f403f8fa2b43f405e |
UTF-8 | ¯@¯@^ | 110000101001000111000010101011111100001010010010010000001100001010010001110000101010111111000010100100100100000001011110 | c291c2afc29240c291c2afc292405e |
UHC | ???@???@^ | 001111110011111100111111010000000011111100111111001111110100000001011110 | 3f3f3f403f3f3f405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)