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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 貍剰悼k | 11100110101111001000111111101000100100111000100101101011 | e6bc8fe893896b |
EUC-JP | 貍剰悼k | 11101100101111101011111011101010110001011110100101101011 | ecbebeeac5e96b |
UTF-8 | 貍剰悼k | 11101000101100101000110111100101100010011011000011100110100000101011110001101011 | e8b28de589b0e682bc6b |
UHC | ??悼k | 0011111100111111110100111111101001101011 | 3f3fd3fa6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)