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???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
UTF-8 | 혧쨋채y혧쨋채yB | 111011011001100010100111111011001010100010001011111011001011000110000100011110011110110110011000101001111110110010101000100010111110110010110001100001000111100101000010 | ed98a7eca88becb18479ed98a7eca88becb1847942 |
UHC | 혧쨋채y혧쨋채yB | 110000101000111111000010101101101100001110100100011110011100001010001111110000101011011011000011101001000111100101000010 | c28fc2b6c3a479c28fc2b6c3a47942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)