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 | 惚主唐 | 100011011001101110001110111001011001001110000010 | 8d9b8ee59382 |
EUC-JP | 惚主唐 | 101110011111101110111100111001111100010111100010 | b9fbbce7c5e2 |
UTF-8 | 惚主唐 | 111001101000001110011010111001001011100010111011111001011001010010010000 | e6839ae4b8bbe59490 |
UHC | 惚主唐 | 111110111110110111110001101010111101001111010000 | fbedf1abd3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)