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 | 筌肴燦 | 111000101010001110001101111001101000111001010111 | e2a38de68e57 |
EUC-JP | 筌肴燦 | 111001001010010110111010111010001011101110111000 | e4a5bae8bbb8 |
UTF-8 | 筌肴燦 | 111001111010110110001100111010001000001010110100111001111000011110100110 | e7ad8ce882b4e787a6 |
UHC | 筌肴燦 | 111011111010011111111101101000101111001110111110 | efa7fda2f3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)