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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譬鍋ッゥ奛シ | 111001101010000010010011111001111010111110101001111110101010000110111100 | e6a093e7afa9faa1bc |
EUC-JP | 譬鍋ッゥ奛シ | 11101100101000101100011011101001100011101010111110001110101010011000111110111000111101111000111010111100 | eca2c6e98eaf8ea98fb8f78ebc |
UTF-8 | 譬鍋ッゥ奛シ | 111010001010110110101100111010011000110110001011111011111011110110101111111011111011110110101001111001011010010110011011111011111011110110111100 | e8adace98d8befbdafefbda9e5a59befbdbc |
UHC | 譬鍋???? | 1101111010100111110011101010011100111111001111110011111100111111 | dea7cea73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)