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 | 100011101100110010001110110111011000111011001010100011101100000001000010 | 8ecc8edd8eca8ec042 |
EUC-JP | 捨爵写実B | 101111001100111010111100110111111011110011001100101111001100001001000010 | bccebcdfbcccbcc242 |
UTF-8 | 捨爵写実B | 11100110100011011010100011100111100010001011010111100101100001101001100111100101101011101001111101000010 | e68da8e788b5e58699e5ae9f42 |
UHC | 捨爵??B | 11011110110101111110110111001001001111110011111101000010 | ded7edc93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)