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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證褐滾濟 | 1110011010011010100010101000110010011111111101101110000001011010 | e69a8a8c9ff6e05a |
EUC-JP | 證褐滾濟 | 1110101111111010101100111110110011011110111110001101111110111011 | ebfab3ecdef8dfbb |
UTF-8 | 證褐滾濟 | 111010001010110110001001111010001010010010010000111001101011101110111110111001101011111110011111 | e8ad89e8a490e6bbbee6bf9f |
UHC | 證褐滾濟 | 1111000111111011110010101110100011001101111000111111000010101101 | f1fbcae8cde3f0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)