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 | 1001001001001011100100100101011101101011 | 924b92576b |
EUC-JP | 狸淡k | 1100001110101100110000111011100001101011 | c3acc3b86b |
UTF-8 | 狸淡k | 11100111100010111011100011100110101101111010000101101011 | e78bb8e6b7a16b |
UHC | 狸淡k | 1101011111100001110100111011111101101011 | d7e1d3bf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)