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 | t}Yt}bE | 100111010111010001111101010110011001110101110100011111010110001001000101 | 9d747d599d747d6245 |
SJIS-WIN | ?t}Y?t}bE | 001111110111010001111101010110010011111101110100011111010110001001000101 | 3f747d593f747d6245 |
EUC-JP | ?t}Y?t}bE | 001111110111010001111101010110010011111101110100011111010110001001000101 | 3f747d593f747d6245 |
UTF-8 | t}Yt}bE | 1100001010011101011101000111110101011001110000101001110101110100011111010110001001000101 | c29d747d59c29d747d6245 |
UHC | ?t}Y?t}bE | 001111110111010001111101010110010011111101110100011111010110001001000101 | 3f747d593f747d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)