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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 藕拷更B | 11100101010110001000110110001001100011010101100001000010 | e5588d898d5842 |
EUC-JP | 藕拷更B | 11101001101110011011100111101001101110011011100101000010 | e9b9b9e9b9b942 |
UTF-8 | 藕拷更B | 11101000100101111001010111100110100010111011011111100110100110111011010001000010 | e89795e68bb7e69bb442 |
UHC | 藕拷更B | 11101001111001001100110110111000110011001101101001000010 | e9e4cdb8ccda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)