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 | À±Á£] | 1100000010110001110000011010001101011101 | c0b1c1a35d |
SJIS-WIN | ?±?£] | 00111111100000010111110100111111100000011001001001011101 | 3f817d3f81925d |
EUC-JP | À±Á£] | 1000111110101010101000101010000111011110100011111010101010100001101000011111001001011101 | 8faaa2a1de8faaa1a1f25d |
UTF-8 | À±Á£] | 110000111000000011000010101100011100001110000001110000101010001101011101 | c380c2b1c381c2a35d |
UHC | ?±??] | 001111111010000110111110001111110011111101011101 | 3fa1be3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)