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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 謝邪U | 1000111011010011100011101101011101010101 | 8ed38ed755 |
EUC-JP | 謝邪U | 1011110011010101101111001101100101010101 | bcd5bcd955 |
UTF-8 | 謝邪U | 11101000101011001001110111101001100000101010101001010101 | e8ac9de982aa55 |
UHC | 謝邪U | 1101111011110011110111101111011101010101 | def3def755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)