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 | 辿gW | 1110100010111110101111110110011101010111 | e8bebf6757 |
SJIS-WIN | ???gW | 0011111100111111001111110110011101010111 | 3f3f3f6757 |
EUC-JP | è?¿gW | 100011111010101110110010001111111000111110100010110001000110011101010111 | 8fabb23f8fa2c46757 |
UTF-8 | 辿gW | 1100001110101000110000101011111011000010101111110110011101010111 | c3a8c2bec2bf6757 |
UHC | ?¾¿gW | 00111111101010001111101010100010101011110110011101010111 | 3fa8faa2af6757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)