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 | 諍??齬 | 111001100111100100111111001111111110101010010111 | e6793f3fea97 |
EUC-JP | 諍??齬 | 111010111101101000111111001111111111001111110111 | ebda3f3ff3f7 |
UTF-8 | 諍당듐齬 | 111010001010101110001101111010111000101110111001111010111001001110010000111010011011110110101100 | e8ab8deb8bb9eb9390e9bdac |
UHC | 諍당듐齬 | 1110111010110101101101001110011110110101111000111110010111100001 | eeb5b4e7b5e3e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)