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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 釈酌踰B | 10001110110111111000111011011110111001101111101001000010 | 8edf8edee6fa42 |
EUC-JP | 釈酌踰B | 10111100111000011011110011100000111011001111110001000010 | bce1bce0ecfc42 |
UTF-8 | 釈酌踰B | 11101001100001111000100011101001100001011000110011101000101110001011000001000010 | e98788e9858ce8b8b042 |
UHC | ?酌踰B | 001111111110110111001100111010111011001001000010 | 3fedccebb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)