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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遶溷唐 | 111001111010101110011111111001011001001110000010 | e7ab9fe59382 |
EUC-JP | 遶溷唐 | 111011101010110111011110111001111100010111100010 | eeaddee7c5e2 |
UTF-8 | 遶溷唐 | 111010011000000110110110111001101011101010110111111001011001010010010000 | e981b6e6bab7e59490 |
UHC | ??唐 | 00111111001111111101001111010000 | 3f3fd3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)