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 | ??琳?? | 001111110011111110010111110101000011111100111111 | 3f3f97d43f3f |
EUC-JP | ??琳?? | 001111110011111111001110110101100011111100111111 | 3f3fced63f3f |
UTF-8 | 묑뤟琳뤝깰 | 111010111010110010010001111010111010010010011111111001111001000010110011111010111010010010011101111010101011100110110000 | ebac91eba49fe790b3eba49deab9b0 |
UHC | 묑뤟琳뤝깰 | 10111001101001011000111111001110110101111111101110001111110011001011000111111101 | b9a58fced7fb8fccb1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)