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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??湲? | 0011111100111111100111111101000100111111 | 3f3f9fd13f |
EUC-JP | 饔?湲? | 10001111111010001110111100111111110111101101001100111111 | 8fe8ef3fded33f |
UTF-8 | 饔렟湲렰 | 111010011010010110010100111010111010000010011111111001101011100110110010111010111010000010110000 | e9a594eba09fe6b9b2eba0b0 |
UHC | 饔렟湲렰 | 1110100010111101100011101011000011101010101110001000111010111101 | e8bd8eb0eab88ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)