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 | ³Û±Ö | 10110011110110111011000111010110 | b3dbb1d6 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ?Û±Ö | 001111111000111110101010111001011010000111011110100011111010101011010011 | 3f8faae5a1de8faad3 |
UTF-8 | ³Û±Ö | 1100001010110011110000111001101111000010101100011100001110010110 | c2b3c39bc2b1c396 |
UHC | ³?±? | 101010011111100000111111101000011011111000111111 | a9f83fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)