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 | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 譽跣y譽跣yB | 1110011010100011111001101110111101111001111001101010001111100110111011110111100101000010 | e6a3e6ef79e6a3e6ef7942 |
EUC-JP | 譽跣y譽跣yB | 1110110010100101111011001111000101111001111011001010010111101100111100010111100101000010 | eca5ecf179eca5ecf17942 |
UTF-8 | 譽跣y譽跣yB | 111010001010110110111101111010001011011110100011011110011110100010101101101111011110100010110111101000110111100101000010 | e8adbde8b7a379e8adbde8b7a37942 |
UHC | 譽跣y譽跣yB | 1110011111100010111000001101001101111001111001111110001011100000110100110111100101000010 | e7e2e0d379e7e2e0d37942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)