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 | 00111111100010110110111101101011 | 3f8b6f6b |
EUC-JP | ?黍k | 00111111101101011101000001101011 | 3fb5d06b |
UTF-8 | 썞黍k | 11101100100011011001111011101001101110111000110101101011 | ec8d9ee9bb8d6b |
UHC | 썞黍k | 1001101110010001111000001010100001101011 | 9b91e0a86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)