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 | Êú¸B | 1000111111001010111110101011100001000010 | 8fcafab842 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?Êú¸B | 0011111110001111101010101011010010001111101010111110001010001111101000101011000101000010 | 3f8faab48fabe28fa2b142 |
UTF-8 | Êú¸B | 110000101000111111000011100010101100001110111010110000101011100001000010 | c28fc38ac3bac2b842 |
UHC | ???¸B | 001111110011111100111111101000101010110001000010 | 3f3f3fa2ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)