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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 谿殊ЪB | 11100110101011101000111011101010100001000101101101000010 | e6ae8eea845b42 |
EUC-JP | 谿殊ЪB | 11101100101100001011110011101100101001111011110001000010 | ecb0bceca7bc42 |
UTF-8 | 谿殊ЪB | 111010001011000010111111111001101010111010001010110100001010101001000010 | e8b0bfe6ae8ad0aa42 |
UHC | 谿殊ЪB | 11001101101011001110001010101000101011001011110001000010 | cdace2a8acbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)