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 | 跛ゥ讚壼 | 11100110111010101010100111100110101010111001101011100101 | e6eaa9e6ab9ae5 |
EUC-JP | 跛ゥ讚壼 | 1110110011101100100011101010100111101100101011011101010011100111 | ecec8ea9ecadd4e7 |
UTF-8 | 跛ゥ讚壼 | 111010001011011110011011111011111011110110101001111010001010111010011010111001011010001110111100 | e8b79befbda9e8ae9ae5a3bc |
UHC | 跛?讚? | 111101111111010100111111111100111100011000111111 | f7f53ff3c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)