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 | ññ¢ | 1110111010110101100011101011101011110001111100011000111010100010 | eeb58ebaf1f18ea2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | î??ºññ?¢ | 1000111110101011110000100011111100111111100011111010001011101011100011111010101111010000100011111010101111010000001111111010000111110001 | 8fabc23f3f8fa2eb8fabd08fabd03fa1f1 |
UTF-8 | ññ¢ | 11000011101011101100001010110101110000101000111011000010101110101100001110110001110000111011000111000010100011101100001010100010 | c3aec2b5c28ec2bac3b1c3b1c28ec2a2 |
UHC | ???º???? | 001111110011111100111111101010001010110000111111001111110011111100111111 | 3f3f3fa8ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)