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 | Ê꣺ | 11001010111010101010001110111010 | caeaa3ba |
SJIS-WIN | ??£? | 0011111100111111100000011001001000111111 | 3f3f81923f |
EUC-JP | Ê꣺ | 1000111110101010101101001000111110101011101101001010000111110010100011111010001011101011 | 8faab48fabb4a1f28fa2eb |
UTF-8 | Ê꣺ | 1100001110001010110000111010101011000010101000111100001010111010 | c38ac3aac2a3c2ba |
UHC | ???º | 0011111100111111001111111010100010101100 | 3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)