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 | 儲畔?? | 100101101101011110010100110010000011111100111111 | 96d794c83f3f |
EUC-JP | 儲畔?? | 110011001101100111001000110010100011111100111111 | ccd9c8ca3f3f |
UTF-8 | 儲畔렊쇘 | 111001011000010010110010111001111001010110010100111010111010000010001010111011001000011110011000 | e584b2e79594eba08aec8798 |
UHC | 儲畔렊쇘 | 1110111010111001110110101110110110001110101000011011110011100111 | eeb9daed8ea1bce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)