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 | º¿±Ö | 10111010101111111011000111010110 | babfb1d6 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | º¿±Ö | 1000111110100010111010111000111110100010110001001010000111011110100011111010101011010011 | 8fa2eb8fa2c4a1de8faad3 |
UTF-8 | º¿±Ö | 1100001010111010110000101011111111000010101100011100001110010110 | c2bac2bfc2b1c396 |
UHC | º¿±? | 10101000101011001010001010101111101000011011111000111111 | a8aca2afa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)