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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫??徇?? | 1001100010101100001111110011111110011100011011010011111100111111 | 98ac3f3f9c6d3f3f |
EUC-JP | 豫??徇?? | 1101000010101110001111110011111111010111110011100011111100111111 | d0ae3f3fd7ce3f3f |
UTF-8 | 豫잏윪徇숃윿 | 111010001011000110101011111011001001111010001111111011001001110010101010111001011011111010000111111011001000100010000011111011001001110010111111 | e8b1abec9e8fec9caae5be87ec8883ec9cbf |
UHC | 豫잏윪徇숃윿 | 111001111110001110011111111001111001111110101001111000101101111110011001111010001001111110110111 | e7e39fe79fa9e2df99e89fb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)