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 | ú@´ûY | 111110100100000010001110101101001111101101011001 | fa408eb4fb59 |
SJIS-WIN | ?@?´?Y | 00111111010000000011111110000001010011000011111101011001 | 3f403f814c3f59 |
EUC-JP | ú@?´ûY | 1000111110101011111000100100000000111111101000011010110110001111101010111110010101011001 | 8fabe2403fa1ad8fabe559 |
UTF-8 | ú@´ûY | 11000011101110100100000011000010100011101100001010110100110000111011101101011001 | c3ba40c28ec2b4c3bb59 |
UHC | ?@?´?Y | 00111111010000000011111110100010101001010011111101011001 | 3f403fa2a53f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)