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 | ???傭? | 001111110011111100111111100101110110001000111111 | 3f3f3f97623f |
EUC-JP | ???傭? | 001111110011111100111111110011011100001100111111 | 3f3f3fcdc33f |
UTF-8 | 緣얏뻗傭퇗 | 111001111011011110100011111011001001011010001111111010111011101110010111111001011000001010101101111011011000011110010111 | e7b7a3ec968febbb97e582aded8797 |
UHC | 緣얏뻗傭퇗 | 11100110110111101011111011100110101110111011100011101001101101101011100001001000 | e6debee6bbb8e9b6b848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)