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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霈耳晶ウ | 11101000101111001000111010101000100011111011101110110011 | e8bc8ea88fbbb3 |
EUC-JP | 霈耳晶ウ | 1111000010111110101111001010101010111110101111011000111010110011 | f0bebcaabebd8eb3 |
UTF-8 | 霈耳晶ウ | 111010011001110010001000111010001000000010110011111001101001100110110110111011111011110110110011 | e99c88e880b3e699b6efbdb3 |
UHC | ?耳晶? | 001111111110110010111100111011111101110000111111 | 3fecbcefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)