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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 湿質湿竺[ | 100011101011110010001110101111111000111010111100100011101011000101011011 | 8ebc8ebf8ebc8eb15b |
EUC-JP | 湿質湿竺[ | 101111001011111010111100110000011011110010111110101111001011001101011011 | bcbebcc1bcbebcb35b |
UTF-8 | 湿質湿竺[ | 11100110101110011011111111101000101100111010101011100110101110011011111111100111101010111011101001011011 | e6b9bfe8b3aae6b9bfe7abba5b |
UHC | ?質?竺[ | 00111111111100101111010100111111111101011110011101011011 | 3ff2f53ff5e75b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)