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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 存叩促 | 100100011011011010010010010000001001000110100011 | 91b6924091a3 |
EUC-JP | 存叩促 | 110000101011100011000011101000011100001010100101 | c2b8c3a1c2a5 |
UTF-8 | 存叩促 | 111001011010110110011000111001011000111110101001111001001011111110000011 | e5ad98e58fa9e4bf83 |
UHC | 存叩促 | 111100001110110111001101101100001111010110110101 | f0edcdb0f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)