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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋺エ蜃ェ蒹 | 1110011111111010101101001110010110000111101010101110010011100011 | e7fab4e587aae4e3 |
EUC-JP | 鋺エ蜃ェ蒹 | 11101110111111001000111010110100111010011110011110001110101010101110100011100101 | eefc8eb4e9e78eaae8e5 |
UTF-8 | 鋺エ蜃ェ蒹 | 111010011000101110111010111011111011110110110100111010001001110010000011111011111011110110101010111010001001001010111001 | e98bbaefbdb4e89c83efbdaae892b9 |
UHC | ??蜃?? | 001111110011111111100011111100010011111100111111 | 3f3fe3f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)