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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 骭オ繧九* | 111010011000110010110101111000111000001010001011111000111000000110010110 | e98cb5e3828be38196 |
EUC-JP | 骭オ繧九* | 11110001111011001000111010110101111001011110001010110110111001011010000111110110 | f1ec8eb5e5e2b6e5a1f6 |
UTF-8 | 骭オ繧九* | 111010011010101010101101111011111011110110110101111001111011100110100111111001001011100110011101111011111011110010001010 | e9aaadefbdb5e7b9a7e4b99defbc8a |
UHC | ???九* | 00111111001111110011111111001110111110101010001110101010 | 3f3f3fcefaa3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)