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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 叩達k | 1001001001000000100100100100001001101011 | 924092426b |
EUC-JP | 叩達k | 1100001110100001110000111010001101101011 | c3a1c3a36b |
UTF-8 | 叩達k | 11100101100011111010100111101001100000011001010001101011 | e58fa9e981946b |
UHC | 叩達k | 1100110110110000110100111011100101101011 | cdb0d3b96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)