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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姚??嵬? | 10011011010011000011111100111111100110111100101000111111 | 9b4c3f3f9bca3f |
EUC-JP | 姚??嵬? | 11010101101011010011111100111111110101101100110000111111 | d5ad3f3fd6cc3f |
UTF-8 | 姚붼갯嵬딣 | 111001011010011110011010111010111011011010111100111010101011000010101111111001011011010110101100111010111001010010100011 | e5a79aebb6bceab0afe5b5aceb94a3 |
UHC | 姚붼갯嵬딣 | 11101000111011101001010011101001101100001011100111101000111000111000101101000110 | e8ee94e9b0b9e8e38b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)