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 | 躁???鏃 | 11100111010011100011111100111111001111111110100001010110 | e74e3f3f3fe856 |
EUC-JP | 躁???鏃 | 11101101101011110011111100111111001111111110111110110111 | edaf3f3f3fefb7 |
UTF-8 | 躁닺렦렔鏃 | 111010001011101010000001111010111000101110111010111010111010000010100110111010111010000010010100111010011000111110000011 | e8ba81eb8bbaeba0a6eba094e98f83 |
UHC | 躁닺렦렔鏃 | 11110000111000101011010011101000100011101011010110001110101010011111000011101100 | f0e2b4e88eb58ea9f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)