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 | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 巽坦K | 1001001001000110100100100101001001001011 | 924692524b |
EUC-JP | 巽坦K | 1100001110100111110000111011001101001011 | c3a7c3b34b |
UTF-8 | 巽坦K | 11100101101101111011110111100101100111011010011001001011 | e5b7bde59da64b |
UHC | 巽坦K | 1110000111011110111101111010010001001011 | e1def7a44b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)