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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狆犒猾狷 | 1110000010111100111000001011010111100000110011111110000011000100 | e0bce0b5e0cfe0c4 |
EUC-JP | 狆犒猾狷 | 1110000010111110111000001011011111100000110100011110000011000110 | e0bee0b7e0d1e0c6 |
UTF-8 | 狆犒猾狷 | 111001111000101110000110111001111000101010010010111001111000110010111110111001111000101110110111 | e78b86e78a92e78cbee78bb7 |
UHC | ??猾? | 0011111100111111111111001100001000111111 | 3f3ffcc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)