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 | ?h????~ | 00111111011010000011111100111111001111110011111101111110 | 3f683f3f3f3f7e |
SJIS-WIN | 巍h????~ | 1001101111011001011010000011111100111111001111110011111101111110 | 9bd9683f3f3f3f7e |
EUC-JP | 巍h????~ | 1101011011011011011010000011111100111111001111110011111101111110 | d6db683f3f3f3f7e |
UTF-8 | 巍h렯롛렯롚~ | 1110010110110111100011010110100011101011101000001010111111101011101000011001101111101011101000001010111111101011101000011001101001111110 | e5b78d68eba0afeba19beba0afeba19a7e |
UHC | 巍h렯롛렯롚~ | 111010001110010001101000100011101011110010001110110111111000111010111100100011101101111001111110 | e8e4688ebc8edf8ebc8ede7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)