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 | 齏齢梓 | 111010001110101110010111111011101000100010110010 | e8eb97ee88b2 |
EUC-JP | 齏齢梓 | 111100001110110111001110111100001011000010110100 | f0edcef0b0b4 |
UTF-8 | 齏齢梓 | 111010011011110110001111111010011011110110100010111001101010001010010011 | e9bd8fe9bda2e6a293 |
UHC | ??梓 | 00111111001111111110111010101001 | 3f3feea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)