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 | 菴カ辯溪瘍 | 111001001011110110110110111001111000011110011111111000101110000110000111 | e4bdb6e7879fe2e187 |
EUC-JP | 菴カ辯溪瘍 | 11101000101111111000111010110110111011011110011111011110111001001110000111100111 | e8bf8eb6ede7dee4e1e7 |
UTF-8 | 菴カ辯溪瘍 | 111010001000111110110100111011111011110110110110111010001011111010101111111001101011101010101010111001111001100010001101 | e88fb4efbdb6e8beafe6baaae7988d |
UHC | 菴?辯溪瘍 | 111001001110000000111111110111001010101011001101101000101110010111001011 | e4e03fdcaacda2e5cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)