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 | ?}Y?}bE | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 散}Y散}bE | 100011100101010101111101010110011000111001010101011111010110001001000101 | 8e557d598e557d6245 |
EUC-JP | 散}Y散}bE | 101110111011011001111101010110011011101110110110011111010110001001000101 | bbb67d59bbb67d6245 |
UTF-8 | 散}Y散}bE | 1110011010010101101000110111110101011001111001101001010110100011011111010110001001000101 | e695a37d59e695a37d6245 |
UHC | 散}Y散}bE | 110111111010010001111101010110011101111110100100011111010110001001000101 | dfa47d59dfa47d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)