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 | ??}??r | 001111110011111101111101001111110011111101110010 | 3f3f7d3f3f72 |
SJIS-WIN | 将ェ}将。r | 1000111110101011101010100111110110001111101010111010000101110010 | 8fabaa7d8faba172 |
EUC-JP | 将ェ}将。r | 10111110101011011000111010101010011111011011111010101101100011101010000101110010 | bead8eaa7dbead8ea172 |
UTF-8 | 将ェ}将。r | 1110010110110000100001101110111110111101101010100111110111100101101100001000011011101111101111011010000101110010 | e5b086efbdaa7de5b086efbda172 |
UHC | ??}??r | 001111110011111101111101001111110011111101110010 | 3f3f7d3f3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)