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 | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 泓y泓yB | 10011111100101110111100110011111100101110111100101000010 | 9f97799f977942 |
EUC-JP | 泓y泓yB | 11011101111101110111100111011101111101110111100101000010 | ddf779ddf77942 |
UTF-8 | 泓y泓yB | 111001101011001110010011011110011110011010110011100100110111100101000010 | e6b39379e6b3937942 |
UHC | 泓y泓yB | 11111011111100100111100111111011111100100111100101000010 | fbf279fbf27942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)