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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?屎??屎?B | 001111111001101110011101001111110011111110011011100111010011111101000010 | 3f9b9d3f3f9b9d3f42 |
EUC-JP | ?屎??屎?B | 001111111101010111111101001111110011111111010101111111010011111101000010 | 3fd5fd3f3fd5fd3f42 |
UTF-8 | 믟屎겦믟屎겦B | 11101011101011111001111111100101101100011000111011101010101100101010011011101011101011111001111111100101101100011000111011101010101100101010011001000010 | ebaf9fe5b18eeab2a6ebaf9fe5b18eeab2a642 |
UHC | 믟屎겦믟屎겦B | 10010010111000011110001110111010100000011011100010010010111000011110001110111010100000011011100001000010 | 92e1e3ba81b892e1e3ba81b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)