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 | ìäº | 1110110010011101100111011110010010111010 | ec9d9de4ba |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ì??äº | 1000111110101011110000000011111100111111100011111010101110100011100011111010001011101011 | 8fabc03f3f8faba38fa2eb |
UTF-8 | ìäº | 11000011101011001100001010011101110000101001110111000011101001001100001010111010 | c3acc29dc29dc3a4c2ba |
UHC | ????º | 001111110011111100111111001111111010100010101100 | 3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)