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 | 邀也イ。邊 | 1110011110110001100101101110011110110010101000011110011110110010 | e7b196e7b2a1e7b2 |
EUC-JP | 邀也イ。邊 | 11101110101100111100110011101001100011101011001010001110101000011110111010110100 | eeb3cce98eb28ea1eeb4 |
UTF-8 | 邀也イ。邊 | 111010011000001010000000111001001011100110011111111011111011110110110010111011111011110110100001111010011000001010001010 | e98280e4b99fefbdb2efbda1e9828a |
UHC | 邀也??邊 | 1110100110101101111001011010010100111111001111111101110010101011 | e9ade5a53f3fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)