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 | ??{??h | 001111110011111101111011001111110011111101101000 | 3f3f7b3f3f68 |
SJIS-WIN | 将、{将、h | 1000111110101011101001000111101110001111101010111010010001101000 | 8faba47b8faba468 |
EUC-JP | 将、{将、h | 10111110101011011000111010100100011110111011111010101101100011101010010001101000 | bead8ea47bbead8ea468 |
UTF-8 | 将、{将、h | 1110010110110000100001101110111110111101101001000111101111100101101100001000011011101111101111011010010001101000 | e5b086efbda47be5b086efbda468 |
UHC | ??{??h | 001111110011111101111011001111110011111101101000 | 3f3f7b3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)