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 | IY¸ | 100100100100100110010010010110011001000110111000 | 9249925991b8 |
SJIS-WIN | ?I?Y?? | 001111110100100100111111010110010011111100111111 | 3f493f593f3f |
EUC-JP | ?I?Y?¸ | 0011111101001001001111110101100100111111100011111010001010110001 | 3f493f593f8fa2b1 |
UTF-8 | IY¸ | 11000010100100100100100111000010100100100101100111000010100100011100001010111000 | c29249c29259c291c2b8 |
UHC | ?I?Y?¸ | 00111111010010010011111101011001001111111010001010101100 | 3f493f593fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)