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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魑曺ヲ。 | 111010011011001111111010110111101010011010100001 | e9b3fadea6a1 |
EUC-JP | 魑曺ヲ。 | 111100101011010110001111110000101110110110001110101001101000111010100001 | f2b58fc2ed8ea68ea1 |
UTF-8 | 魑曺ヲ。 | 111010011010110110010001111001101001101110111010111011111011110110100110111011111011110110100001 | e9ad91e69bbaefbda6efbda1 |
UHC | ?曺?? | 0011111111110000110001100011111100111111 | 3ff0c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)