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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 游?衣?B | 10011111111000000011111110001000110111110011111101000010 | 9fe03f88df3f42 |
EUC-JP | 游?衣?B | 11011110111000100011111110110000111000010011111101000010 | dee23fb0e13f42 |
UTF-8 | 游렱衣렱B | 11100110101110001011100011101011101000001011000111101000101000011010001111101011101000001011000101000010 | e6b8b8eba0b1e8a1a3eba0b142 |
UHC | 游렱衣렱B | 111010101111110110001110101111101110101111111101100011101011111001000010 | eafd8ebeebfd8ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)