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 | 򿬲] | 1111001010111111101011001011001001011101 | f2bfacb25d |
SJIS-WIN | ??¬?] | 001111110011111110000001110010100011111101011101 | 3f3f81ca3f5d |
EUC-JP | �] | 10001111101010111101001010001111101000101100010010100010110011000011111101011101 | 8fabd28fa2c4a2cc3f5d |
UTF-8 | 򿬲] | 110000111011001011000010101111111100001010101100110000101011001001011101 | c3b2c2bfc2acc2b25d |
UHC | ?¿?²] | 00111111101000101010111100111111101010011111011101011101 | 3fa2af3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)