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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝴?咳 | 1110010110011010001111111000101001010000 | e59a3f8a50 |
EUC-JP | 蝴?咳 | 1110100111111010001111111011001110110001 | e9fa3fb3b1 |
UTF-8 | 蝴렖咳 | 111010001001110110110100111010111010000010010110111001011001001010110011 | e89db4eba096e592b3 |
UHC | 蝴렖咳 | 111110111101110110001110101010111111101010100110 | fbdd8eabfaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)