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 | 甑??齬 | 100011011001100100111111001111111110101010010111 | 8d993f3fea97 |
EUC-JP | 甑??齬 | 101110011111100100111111001111111111001111110111 | b9f93f3ff3f7 |
UTF-8 | 甑흗깥齬 | 111001111001010010010001111011011001110110010111111010101011100110100101111010011011110110101100 | e79491ed9d97eab9a5e9bdac |
UHC | 甑흗깥齬 | 1111000111110111110010001110100110110001111110011110010111100001 | f1f7c8e9b1f9e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)