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 | 莠罷ャ戦№ | 111001001011101010010100111010111010110010010000111011011000011110000010 | e4ba94ebac90ed8782 |
EUC-JP | 莠罷ャ戦№ | 1110100010111100110010001110110110001110101011001100000011101111100011111010001011110001 | e8bcc8ed8eacc0ef8fa2f1 |
UTF-8 | 莠罷ャ戦№ | 111010001000111010100000111001111011110110110111111011111011110110101100111001101000100010100110111000101000010010010110 | e88ea0e7bdb7efbdace688a6e28496 |
UHC | ?罷??№ | 00111111111101111111001100111111001111111010001011100000 | 3ff7f33f3fa2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)