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 | 驥城セ | 1110100110000111100011111110100110111110 | e9878fe9be |
EUC-JP | 驥城セ | 111100011110011110111110111010111000111010111110 | f1e7beeb8ebe |
UTF-8 | 驥城セ | 111010011010100110100101111001011001111110001110111011111011110110111110 | e9a9a5e59f8eefbdbe |
UHC | 驥城? | 1101000111001010111000001111001000111111 | d1cae0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)