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 | 釈酌赧 | 100011101101111110001110110111101110011011011101 | 8edf8edee6dd |
EUC-JP | 釈酌赧 | 101111001110000110111100111000001110110011011111 | bce1bce0ecdf |
UTF-8 | 釈酌赧 | 111010011000011110001000111010011000010110001100111010001011010110100111 | e98788e9858ce8b5a7 |
UHC | ?酌? | 00111111111011011100110000111111 | 3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)