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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 筌????] | 11100010101000110011111100111111001111110011111101011101 | e2a33f3f3f3f5d |
EUC-JP | 筌????] | 11100100101001010011111100111111001111110011111101011101 | e4a53f3f3f3f5d |
UTF-8 | 筌붾뇪裂쪸] | 11100111101011011000110011101011101101101011111011101011100001111010101011101111101001101010000011101100101010101011100001011101 | e7ad8cebb6beeb87aaefa6a0ecaab85d |
UHC | 筌붾뇪裂쪸] | 1110111110100111100101001110101110000111100100001110011011110001101001100101000101011101 | efa794eb8790e6f1a6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)