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 | 雍城エ | 1110100010110100100011111110100110110100 | e8b48fe9b4 |
EUC-JP | 雍城エ | 111100001011011010111110111010111000111010110100 | f0b6beeb8eb4 |
UTF-8 | 雍城エ | 111010011001101110001101111001011001111110001110111011111011110110110100 | e99b8de59f8eefbdb4 |
UHC | 雍城? | 1110100010111100111000001111001000111111 | e8bce0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)