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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莠撰・ | 1110010010111010100100001110111110100101 | e4ba90efa5 |
EUC-JP | 莠撰・ | 111010001011110011000000111100011000111010100101 | e8bcc0f18ea5 |
UTF-8 | 莠撰・ | 111010001000111010100000111001101001001010110000111011111011110110100101 | e88ea0e692b0efbda5 |
UHC | ?撰? | 00111111111100111011110000111111 | 3ff3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)