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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツセツソツ湘ォ | 1100001010111110110000101011111111000010100011111100001110101011 | c2bec2bfc28fc3ab |
EUC-JP | ツセツソツ湘ォ | 1000111011000010100011101011111010001110110000101000111010111111100011101100001010111110110001011000111010101011 | 8ec28ebe8ec28ebf8ec2bec58eab |
UTF-8 | ツセツソツ湘ォ | 111011111011111010000010111011111011110110111110111011111011111010000010111011111011110110111111111011111011111010000010111001101011100110011000111011111011110110101011 | efbe82efbdbeefbe82efbdbfefbe82e6b998efbdab |
UHC | ?????湘? | 0011111100111111001111110011111100111111110111111100111100111111 | 3f3f3f3f3fdfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)