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 | ô¤±à | 11000011101101001100001010100100110000101011000111000011 | c3b4c2a4c2b1c3 |
SJIS-WIN | ?´???±? | 001111111000000101001100001111110011111100111111100000010111110100111111 | 3f814c3f3f3f817d3f |
EUC-JP | ô¤±à | 10001111101010101010101010100001101011011000111110101010101001001000111110100010111100001000111110101010101001001010000111011110100011111010101010101010 | 8faaaaa1ad8faaa48fa2f08faaa4a1de8faaaa |
UTF-8 | ô¤±à | 1100001110000011110000101011010011000011100000101100001010100100110000111000001011000010101100011100001110000011 | c383c2b4c382c2a4c382c2b1c383 |
UHC | ?´?¤?±? | 00111111101000101010010100111111101000101011010000111111101000011011111000111111 | 3fa2a53fa2b43fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)