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??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
SJIS-WIN | ?譯k?譯S | 0011111111100110101000010110101100111111111001101010000101010011 | 3fe6a16b3fe6a153 |
EUC-JP | 尗譯k尗譯S | 100011111011101011101010111011001010001101101011100011111011101011101010111011001010001101010011 | 8fbaeaeca36b8fbaeaeca353 |
UTF-8 | 尗譯k尗譯S | 1110010110110000100101111110100010101101101011110110101111100101101100001001011111101000101011011010111101010011 | e5b097e8adaf6be5b097e8adaf53 |
UHC | ?譯k?譯S | 0011111111100110101110110110101100111111111001101011101101010011 | 3fe6bb6b3fe6bb53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)