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 | 辿`^ | 1110100010111110101111110110000001011110 | e8bebf605e |
SJIS-WIN | ???`^ | 0011111100111111001111110110000001011110 | 3f3f3f605e |
EUC-JP | è?¿`^ | 100011111010101110110010001111111000111110100010110001000110000001011110 | 8fabb23f8fa2c4605e |
UTF-8 | 辿`^ | 1100001110101000110000101011111011000010101111110110000001011110 | c3a8c2bec2bf605e |
UHC | ?¾¿`^ | 00111111101010001111101010100010101011110110000001011110 | 3fa8faa2af605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)