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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艶?Ж艶 | 10001001100100000011111110000100010001111000100110010000 | 89903f84478990 |
EUC-JP | 艶?Ж艶 | 10110001111100000011111110100111101010001011000111110000 | b1f03fa7a8b1f0 |
UTF-8 | 艶뉒Ж艶 | 1110100010001001101101101110101110001001100100101101000010010110111010001000100110110110 | e889b6eb8992d096e889b6 |
UHC | 艶뉒Ж艶 | 1110011011111101100001111110011110101100101010001110011011111101 | e6fd87e7aca8e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)