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 | ¿£Ì£Æ½^ | 1011111110100011100011111100110010100011110001101011110101011110 | bfa38fcca3c6bd5e |
SJIS-WIN | ?£??£??^ | 00111111100000011001001000111111001111111000000110010010001111110011111101011110 | 3f81923f3f81923f3f5e |
EUC-JP | ¿£?Ì£Æ?^ | 10001111101000101100010010100001111100100011111110001111101010101100000010100001111100101000111110101001101000010011111101011110 | 8fa2c4a1f23f8faac0a1f28fa9a13f5e |
UTF-8 | ¿£Ì£Æ½^ | 110000101011111111000010101000111100001010001111110000111000110011000010101000111100001110000110110000101011110101011110 | c2bfc2a3c28fc38cc2a3c386c2bd5e |
UHC | ¿????ƽ^ | 1010001010101111001111110011111100111111001111111010100010100001101010001111011001011110 | a2af3f3f3f3fa8a1a8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)