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 | 蒿灘┌踈 | 1110010011100100100100111110010110000100101000011110011011110001 | e4e493e584a1e6f1 |
EUC-JP | 蒿灘┌踈 | 1110100011100110110001101110011110101000101000111110110011110011 | e8e6c6e7a8a3ecf3 |
UTF-8 | 蒿灘┌踈 | 111010001001001010111111111001111000000110011000111000101001010010001100111010001011100010001000 | e892bfe78198e2948ce8b888 |
UHC | 蒿灘┌? | 11111011110110101111011110101000101001101010001100111111 | fbdaf7a8a6a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)