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 | 翁侃?居^ | 1000100110100101100010101010010000111111100010111000111101011110 | 89a58aa43f8b8f5e |
EUC-JP | 翁侃?居^ | 1011001010100111101101001010011000111111101101011110111101011110 | b2a7b4a63fb5ef5e |
UTF-8 | 翁侃콧居^ | 11100111101111111000000111100100101111101000001111101100101111011010011111100101101100011000010101011110 | e7bf81e4be83ecbda7e5b1855e |
UHC | 翁侃콧居^ | 111010001011101011001010110010011100010011100000110010111101110001011110 | e8bacac9c4e0cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)