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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 辰祗}辰祗{^ | 1001001001000011111000100100110001111101100100100100001111100010010011000111101101011110 | 9243e24c7d9243e24c7b5e |
EUC-JP | 辰祗}辰祗{^ | 1100001110100100111000111010110101111101110000111010010011100011101011010111101101011110 | c3a4e3ad7dc3a4e3ad7b5e |
UTF-8 | 辰祗}辰祗{^ | 111010001011111010110000111001111010010110010111011111011110100010111110101100001110011110100101100101110111101101011110 | e8beb0e7a5977de8beb0e7a5977b5e |
UHC | 辰祗}辰祗{^ | 1111001011100011111100101011010001111101111100101110001111110010101101000111101101011110 | f2e3f2b47df2e3f2b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)