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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ン濵ャレヲ | 110111011111101101001101101011001101101010100110 | ddfb4dacdaa6 |
EUC-JP | ン濵ャレヲ | 1000111011011101100011111100100110100110100011101010110010001110110110101000111010100110 | 8edd8fc9a68eac8eda8ea6 |
UTF-8 | ン濵ャレヲ | 111011111011111010011101111001101011111110110101111011111011110110101100111011111011111010011010111011111011110110100110 | efbe9de6bfb5efbdacefbe9aefbda6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)