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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 芝爵 | 10001110110001011000111011011101 | 8ec58edd |
EUC-JP | 芝爵 | 10111100110001111011110011011111 | bcc7bcdf |
UTF-8 | 芝爵 | 111010001000101010011101111001111000100010110101 | e88a9de788b5 |
UHC | 芝爵 | 11110010101110011110110111001001 | f2b9edc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)