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 | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-WIN | 謝嫉T赦鴫 | 100011101101001110001110101110010101010010001110110011011000111010110000 | 8ed38eb9548ecd8eb0 |
EUC-JP | 謝嫉T赦鴫 | 101111001101010110111100101110110101010010111100110011111011110010110010 | bcd5bcbb54bccfbcb2 |
UTF-8 | 謝嫉T赦鴫 | 11101000101011001001110111100101101010111000100101010100111010001011010110100110111010011011010010101011 | e8ac9de5ab8954e8b5a6e9b4ab |
UHC | 謝嫉T赦? | 1101111011110011111100101110110001010100110111101111010100111111 | def3f2ec54def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)