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 | 霈耳斜 | 111010001011110010001110101010001000111011001110 | e8bc8ea88ece |
EUC-JP | 霈耳斜 | 111100001011111010111100101010101011110011010000 | f0bebcaabcd0 |
UTF-8 | 霈耳斜 | 111010011001110010001000111010001000000010110011111001101001011010011100 | e99c88e880b3e6969c |
UHC | ?耳斜 | 0011111111101100101111001101111011011000 | 3fecbcded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)