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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 箴肭 | 11100010101111001110001111101011 | e2bce3eb |
EUC-JP | 箴肭 | 11100100101111101110011011101101 | e4bee6ed |
UTF-8 | 箴肭 | 111001111010111010110100111010001000001010101101 | e7aeb4e882ad |
UHC | 箴? | 111011011101011100111111 | edd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)