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 | 癲??愿? | 11100001100111110011111100111111100111001100001100111111 | e19f3f3f9cc33f |
EUC-JP | 癲??愿? | 11100010101000010011111100111111110110001100010100111111 | e2a13f3fd8c53f |
UTF-8 | 癲덀끁愿멊 | 111001111001100110110010111010111000110110000000111010111000000110000001111001101000010010111111111010111010100110001010 | e799b2eb8d80eb8181e684bfeba98a |
UHC | 癲덀끁愿멊 | 11101111101001101000100011100011100001011011011111101010101101001001000101000010 | efa688e385b7eab49142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)