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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疾鱧ー萠オ | 11110000101000011000111010111110111010011110010110110000111001001100110010110101 | f0a18ebee9e5b0e4ccb5 |
EUC-JP | ?疾鱧ー萠オ | 0011111110111100110000001111001011100111100011101011000011101000110011101000111010110101 | 3fbcc0f2e78eb0e8ce8eb5 |
UTF-8 | 疾鱧ー萠オ | 111011101000000110100000111001111001011010111110111010011011000110100111111011111011110110110000111010001001000010100000111011111011110110110101 | ee81a0e796bee9b1a7efbdb0e890a0efbdb5 |
UHC | ?疾???? | 00111111111100101111000000111111001111110011111100111111 | 3ff2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)