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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 谿殊綾W | 11100110101011101000111011101010100010001011101101010111 | e6ae8eea88bb57 |
EUC-JP | 谿殊綾W | 11101100101100001011110011101100101100001011110101010111 | ecb0bcecb0bd57 |
UTF-8 | 谿殊綾W | 11101000101100001011111111100110101011101000101011100111101101101011111001010111 | e8b0bfe6ae8ae7b6be57 |
UHC | 谿殊綾W | 11001101101011001110001010101000110101111101001101010111 | cdace2a8d7d357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)