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 | 灼蒔 | 100011101101110010001110101010101111001011111000 | 8edc8eaaf2f8 |
EUC-JP | 灼蒔? | 1011110011011110101111001010110000111111 | bcdebcac3f |
UTF-8 | 灼蒔 | 111001111000000110111100111010001001001010010100111011101000100010101111 | e781bce89294ee88af |
UHC | 灼蒔? | 1110110111000111111000111100100000111111 | edc7e3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)