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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 顋鷺狽寀ッB | 11101000111110011000110111101011100101001000001011111010101001111010111101000010 | e8f98deb9482faa7af42 |
EUC-JP | 顋鷺狽寀ッB | 111100001111101110111010111011011100011111100010100011111011101011011011100011101010111101000010 | f0fbbaedc7e28fbadb8eaf42 |
UTF-8 | 顋鷺狽寀ッB | 11101001101000011000101111101001101101111011101011100111100010111011110111100101101011111000000011101111101111011010111101000010 | e9a18be9b7bae78bbde5af80efbdaf42 |
UHC | ?鷺狽寀?B | 001111111101011011011100111110001010110011110011111100100011111101000010 | 3fd6dcf8acf3f23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)