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 | 100011001111010000111111011110011000110011110100001111110111100101000010 | 8cf43f798cf43f7942 |
EUC-JP | 倖?y倖?yB | 101110001111011000111111011110011011100011110110001111110111100101000010 | b8f63f79b8f63f7942 |
UTF-8 | 倖렒y倖렒yB | 111001011000000010010110111010111010000010010010011110011110010110000000100101101110101110100000100100100111100101000010 | e58096eba09279e58096eba0927942 |
UHC | 倖렒y倖렒yB | 1111101010111000100011101010011101111001111110101011100010001110101001110111100101000010 | fab88ea779fab88ea77942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)