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 | ÌêêØ | 100011101100110011101010111010101000111011011000 | 8ecceaea8ed8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ìêê?Ø | 0011111110001111101010101100000010001111101010111011010010001111101010111011010000111111100011111010100110101100 | 3f8faac08fabb48fabb43f8fa9ac |
UTF-8 | ÌêêØ | 110000101000111011000011100011001100001110101010110000111010101011000010100011101100001110011000 | c28ec38cc3aac3aac28ec398 |
UHC | ?????Ø | 00111111001111110011111100111111001111111010100010101010 | 3f3f3f3f3fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)