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 | ä£Î¹° | 1110010010100011110011101011100110110000 | e4a3ceb9b0 |
SJIS-WIN | ?£??° | 00111111100000011001001000111111001111111000000110001011 | 3f81923f3f818b |
EUC-JP | ä£Î?° | 1000111110101011101000111010000111110010100011111010101011000010001111111010000111101011 | 8faba3a1f28faac23fa1eb |
UTF-8 | ä£Î¹° | 11000011101001001100001010100011110000111000111011000010101110011100001010110000 | c3a4c2a3c38ec2b9c2b0 |
UHC | ???¹° | 00111111001111110011111110101001111101101010000111000110 | 3f3f3fa9f6a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)