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 | è߲ー | 111010001101111110110010111011111011110110110000 | e8dfb2efbdb0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | èß?ï?° | 10001111101010111011001010001111101010011100111000111111100011111010101111000001001111111010000111101011 | 8fabb28fa9ce3f8fabc13fa1eb |
UTF-8 | è߲ー | 110000111010100011000011100111111100001010110010110000111010111111000010101111011100001010110000 | c3a8c39fc2b2c3afc2bdc2b0 |
UHC | ?ß²?½° | 00111111101010011010110010101001111101110011111110101000111101101010000111000110 | 3fa9aca9f73fa8f6a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)