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 | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | 狼羈RE | 100110000101010011100011101100010101001001000101 | 9854e3b15245 |
EUC-JP | 狼羈RE | 110011111011010111100110101100110101001001000101 | cfb5e6b35245 |
UTF-8 | 狼羈RE | 1110011110001011101111001110011110111110100010000101001001000101 | e78bbce7be885245 |
UHC | 狼羈RE | 110101011100100111010001101111000101001001000101 | d5c9d1bc5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)