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}YæT}bE | 111001100101010001111101010110011110011001010100011111010110001001000101 | e6547d59e6547d6245 |
SJIS-WIN | ?T}Y?T}bE | 001111110101010001111101010110010011111101010100011111010110001001000101 | 3f547d593f547d6245 |
EUC-JP | æT}YæT}bE | 10001111101010011100000101010100011111010101100110001111101010011100000101010100011111010110001001000101 | 8fa9c1547d598fa9c1547d6245 |
UTF-8 | æT}YæT}bE | 1100001110100110010101000111110101011001110000111010011001010100011111010110001001000101 | c3a6547d59c3a6547d6245 |
UHC | æT}YæT}bE | 1010100110100001010101000111110101011001101010011010000101010100011111010110001001000101 | a9a1547d59a9a1547d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)