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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臍??敎? | 11100100011000000011111100111111111110101100110100111111 | e4603f3ffacd3f |
EUC-JP | 臍???? | 111001111100000100111111001111110011111100111111 | e7c13f3f3f3f |
UTF-8 | 臍잰렣敎렖 | 111010001000011110001101111011001001111010110000111010111010000010100011111001101001010110001110111010111010000010010110 | e8878dec9eb0eba0a3e6958eeba096 |
UHC | 臍잰렣敎렖 | 11110000101100001100000011101001100011101011010011001110111001111000111010101011 | f0b0c0e98eb4cee78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)