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 | 1111101001001000100011101011111001101011 | fa488ebe6b |
EUC-JP | ?疾k | 00111111101111001100000001101011 | 3fbcc06b |
UTF-8 | ⅸ疾k | 11100010100001011011100011100111100101101011111001101011 | e285b8e796be6b |
UHC | ⅸ疾k | 1010010110101001111100101111000001101011 | a5a9f2f06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)