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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 終斯終斯B | 100011110100100110001110011110101000111101001001100011100111101001000010 | 8f498e7a8f498e7a42 |
EUC-JP | 終斯終斯B | 101111011010101010111011110110111011110110101010101110111101101101000010 | bdaabbdbbdaabbdb42 |
UTF-8 | 終斯終斯B | 11100111101101011000001011100110100101101010111111100111101101011000001011100110100101101010111101000010 | e7b582e696afe7b582e696af42 |
UHC | 終斯終斯B | 111100001111101111011110110110011111000011111011110111101101100101000010 | f0fbded9f0fbded942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)