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 | 111001000101110101111101010110011110010001011101011111010110001001000101 | e45d7d59e45d7d6245 |
SJIS-WIN | ?]}Y?]}bE | 001111110101110101111101010110010011111101011101011111010110001001000101 | 3f5d7d593f5d7d6245 |
EUC-JP | ä]}Yä]}bE | 10001111101010111010001101011101011111010101100110001111101010111010001101011101011111010110001001000101 | 8faba35d7d598faba35d7d6245 |
UTF-8 | ä]}Yä]}bE | 1100001110100100010111010111110101011001110000111010010001011101011111010110001001000101 | c3a45d7d59c3a45d7d6245 |
UHC | ?]}Y?]}bE | 001111110101110101111101010110010011111101011101011111010110001001000101 | 3f5d7d593f5d7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)