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 | 輯??? | 1000111101010011001111110011111100111111 | 8f533f3f3f |
EUC-JP | 輯??? | 1011110110110100001111110011111100111111 | bdb43f3f3f |
UTF-8 | 輯렶렠롖 | 111010001011110010101111111010111010000010110110111010111010000010100000111010111010000110010110 | e8bcafeba0b6eba0a0eba196 |
UHC | 輯렶렠롖 | 1111001011111110100011101100000110001110101100011000111011011010 | f2fe8ec18eb18eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)