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 | û¦[~ | 1111101110101101101001100101101101111110 | fbada65b7e |
SJIS-WIN | ???[~ | 0011111100111111001111110101101101111110 | 3f3f3f5b7e |
EUC-JP | û?¦[~ | 100011111010101111100101001111111000111110100010110000110101101101111110 | 8fabe53f8fa2c35b7e |
UTF-8 | û¦[~ | 1100001110111011110000101010110111000010101001100101101101111110 | c3bbc2adc2a65b7e |
UHC | ??[~ | 001111111010000110101001001111110101101101111110 | 3fa1a93f5b7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)