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 | 岦悌貍樶 | 1111101010101100100100101110111011100110101111001001111011101110 | faac92eee6bc9eee |
EUC-JP | 岦悌貍樶 | 100011111011101110110011110001001111000011101100101111101101110011110000 | 8fbbb3c4f0ecbedcf0 |
UTF-8 | 岦悌貍樶 | 111001011011001010100110111001101000001010001100111010001011001010001101111001101010100010110110 | e5b2a6e6828ce8b28de6a8b6 |
UHC | ?悌?? | 0011111111110000101010100011111100111111 | 3ff0aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)