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 | 甼糶}甼糶{^ | 1110000101010101111000101111101001111101111000010101010111100010111110100111101101011110 | e155e2fa7de155e2fa7b5e |
EUC-JP | 甼糶}甼糶{^ | 1110000110110110111001001111110001111101111000011011011011100100111111000111101101011110 | e1b6e4fc7de1b6e4fc7b5e |
UTF-8 | 甼糶}甼糶{^ | 111001111001010010111100111001111011001110110110011111011110011110010100101111001110011110110011101101100111101101011110 | e794bce7b3b67de794bce7b3b67b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)