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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 恁れ?RE | 10011100100011001000001011101010001111110101001001000101 | 9c8c82ea3f5245 |
EUC-JP | 恁れ?RE | 11010111111011001010010011101100001111110101001001000101 | d7eca4ec3f5245 |
UTF-8 | 恁れ찈RE | 1110011010000001100000011110001110000010100011001110110010110000100010000101001001000101 | e68181e3828cecb0885245 |
UHC | 恁れ찈RE | 1110110011110110101010101110110010101001100011000101001001000101 | ecf6aaeca98c5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)