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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轣檎ャ肋 | 11100111100000011000110011100111101011001001100001011101 | e7818ce7ac985d |
EUC-JP | 轣檎ャ肋 | 1110110111100001101110001110100110001110101011001100111110111110 | ede1b8e98eaccfbe |
UTF-8 | 轣檎ャ肋 | 111010001011110110100011111001101010101010001110111011111011110110101100111010001000001010001011 | e8bda3e6aa8eefbdace8828b |
UHC | ?檎?肋 | 001111111101000011010101001111111101011111001110 | 3fd0d53fd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)