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 | 邀??裕?? | 1110011110110001001111110011111110010111010101000011111100111111 | e7b13f3f97543f3f |
EUC-JP | 邀??裕?? | 1110111010110011001111110011111111001101101101010011111100111111 | eeb33f3fcdb53f3f |
UTF-8 | 邀싲맧裕껆뙳 | 111010011000001010000000111011001000101110110010111010111010011110100111111010001010001110010101111010101011101110000110111010111001100110110011 | e98280ec8bb2eba7a7e8a395eabb86eb99b3 |
UHC | 邀싲맧裕껆뙳 | 111010011010110110011010111010111001000010110000111010111010111010000011111001111000110010110110 | e9ad9aeb90b0ebae83e78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)