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 | 1001001001000011100100100101100101101011 | 924392596b |
EUC-JP | 辰炭k | 1100001110100100110000111011101001101011 | c3a4c3ba6b |
UTF-8 | 辰炭k | 11101000101111101011000011100111100000101010110101101011 | e8beb0e782ad6b |
UHC | 辰炭k | 1111001011100011111101111010100101101011 | f2e3f7a96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)