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 | ú@´¸ | 111110100100000010001110101101001000111110111000 | fa408eb48fb8 |
SJIS-WIN | ?@?´?? | 00111111010000000011111110000001010011000011111100111111 | 3f403f814c3f3f |
EUC-JP | ú@?´?¸ | 1000111110101011111000100100000000111111101000011010110100111111100011111010001010110001 | 8fabe2403fa1ad3f8fa2b1 |
UTF-8 | ú@´¸ | 1100001110111010010000001100001010001110110000101011010011000010100011111100001010111000 | c3ba40c28ec2b4c28fc2b8 |
UHC | ?@?´?¸ | 0011111101000000001111111010001010100101001111111010001010101100 | 3f403fa2a53fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)