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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??巡?? | 1110011110110001001111110011111110001111100001000011111100111111 | e7b13f3f8f843f3f |
EUC-JP | 邀??巡?? | 1110111010110011001111110011111110111101111001000011111100111111 | eeb33f3fbde43f3f |
UTF-8 | 邀싳쥙巡먪뙴 | 111010011000001010000000111011001000101110110011111011001010010110011001111001011011011110100001111010111010100010101010111010111001100110110100 | e98280ec8bb3eca599e5b7a1eba8aaeb99b4 |
UHC | 邀싳쥙巡먪뙴 | 111010011010110110011010111011001010001010001110111000101101111010010000111001111000110010110111 | e9ad9aeca28ee2de90e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)