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 | ?y?D? | 0011111101111001001111110100010000111111 | 3f793f443f |
SJIS-WIN | ?y?D? | 0011111101111001001111110100010000111111 | 3f793f443f |
EUC-JP | ?y?D? | 0011111101111001001111110100010000111111 | 3f793f443f |
UTF-8 | 혟y혩D첬 | 1110110110011000100111110111100111101101100110001010100101000100111011001011001010101100 | ed989f79ed98a944ecb2ac |
UHC | 혟y혩D첬 | 1100001010001001011110011100001010010001010001001100001110111010 | c28979c29144c3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)