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 | ??曜?猷 | 00111111001111111001011101101010001111111001011101010001 | 3f3f976a3f9751 |
EUC-JP | ??曜?猷 | 00111111001111111100110111001011001111111100110110110010 | 3f3fcdcb3fcdb2 |
UTF-8 | 롔롘曜롙猷 | 111010111010000110010100111010111010000110011000111001101001101110011100111010111010000110011001111001111000110010110111 | eba194eba198e69b9ceba199e78cb7 |
UHC | 롔롘曜롙猷 | 10001110110110001000111011011100111010001111100010001110110111011110101110100011 | 8ed88edce8f88eddeba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)