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 | I¼ | 10010010010010011001000110111100 | 924991bc |
SJIS-WIN | ?I?? | 00111111010010010011111100111111 | 3f493f3f |
EUC-JP | ?I?? | 00111111010010010011111100111111 | 3f493f3f |
UTF-8 | I¼ | 11000010100100100100100111000010100100011100001010111100 | c29249c291c2bc |
UHC | ?I?¼ | 0011111101001001001111111010100011111001 | 3f493fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)