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 | 韋ケ繧肴「 | 1110100011101000101110011110001110000010100011011110011010100010 | e8e8b9e3828de6a2 |
EUC-JP | 韋ケ繧肴「 | 11110000111010101000111010111001111001011110001010111010111010001000111010100010 | f0ea8eb9e5e2bae88ea2 |
UTF-8 | 韋ケ繧肴「 | 111010011001111110001011111011111011110110111001111001111011100110100111111010001000001010110100111011111011110110100010 | e99f8befbdb9e7b9a7e882b4efbda2 |
UHC | 韋??肴? | 11101010110111110011111100111111111111011010001000111111 | eadf3f3ffda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)