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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?拒?居^ | 00111111100010111001000100111111100010111000111101011110 | 3f8b913f8b8f5e |
EUC-JP | 饔拒饔居^ | 1000111111101000111011111011010111110001100011111110100011101111101101011110111101011110 | 8fe8efb5f18fe8efb5ef5e |
UTF-8 | 饔拒饔居^ | 11101001101001011001010011100110100010111001001011101001101001011001010011100101101100011000010101011110 | e9a594e68b92e9a594e5b1855e |
UHC | 饔拒饔居^ | 111010001011110111001011110111101110100010111101110010111101110001011110 | e8bdcbdee8bdcbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)