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 | º±¼D | 1001000110111010100100011011000110010001101111001001001001000100 | 91ba91b191bc9244 |
SJIS-WIN | ???±???D | 001111110011111100111111100000010111110100111111001111110011111101000100 | 3f3f3f817d3f3f3f44 |
EUC-JP | ?º?±???D | 0011111110001111101000101110101100111111101000011101111000111111001111110011111101000100 | 3f8fa2eb3fa1de3f3f3f44 |
UTF-8 | º±¼D | 110000101001000111000010101110101100001010010001110000101011000111000010100100011100001010111100110000101001001001000100 | c291c2bac291c2b1c291c2bcc29244 |
UHC | ?º?±?¼?D | 0011111110101000101011000011111110100001101111100011111110101000111110010011111101000100 | 3fa8ac3fa1be3fa8f93f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)