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 | 籥括飢 | 111000101101111010001010100001111000101101010001 | e2de8a878b51 |
EUC-JP | 籥括飢 | 111001001110000010110011111001111011010110110010 | e4e0b3e7b5b2 |
UTF-8 | 籥括飢 | 111001111011000110100101111001101000101110101100111010011010001110100010 | e7b1a5e68bace9a3a2 |
UHC | ?括飢 | 0011111111001110110000001101000111000110 | 3fcec0d1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)