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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???誼??\ | 0011111100111111001111111000101101100010001111110011111101011100 | 3f3f3f8b623f3f5c |
EUC-JP | ???誼??\ | 0011111100111111001111111011010111000011001111110011111101011100 | 3f3f3fb5c33f3f5c |
UTF-8 | 念잛슖誼얏룇\ | 11101111101001101010001111101100100111101001101111101100100010101001011011101000101010101011110011101100100101101000111111101011101000111000011101011100 | efa6a3ec9e9bec8a96e8aabcec968feba3875c |
UHC | 念잛슖誼얏룇\ | 11100110111101101001111111101100100110101010010111101011111111101011111011100110100011111000011001011100 | e6f69fec9aa5ebfebee68f865c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)