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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ??啞??啞\ | 0011111100111111100011111011010111100000001111110011111110001111101101011110000001011100 | 3f3f8fb5e03f3f8fb5e05c |
UTF-8 | 卨蟬啞卨蟬啞\ | 11100101100011011010100011101000100111111010110011100101100101011001111011100101100011011010100011101000100111111010110011100101100101011001111001011100 | e58da8e89face5959ee58da8e89face5959e5c |
UHC | 卨蟬啞卨蟬啞\ | 11100000110110011110000011010001111001001010111111100000110110011110000011010001111001001010111101011100 | e0d9e0d1e4afe0d9e0d1e4af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)