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 | 陬晝サァ | 111010001010001110011101111010101011101110100111 | e8a39deabba7 |
EUC-JP | 陬晝サァ | 1111000010100101110110101110110010001110101110111000111010100111 | f0a5daec8ebb8ea7 |
UTF-8 | 陬晝サァ | 111010011001100110101100111001101001100110011101111011111011110110111011111011111011110110100111 | e999ace6999defbdbbefbda7 |
UHC | ?晝?? | 0011111111110001101110000011111100111111 | 3ff1b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)