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 | 髯よッ | 1110100110011001100000101110011010101111 | e99982e6af |
EUC-JP | 髯よッ | 111100011111100110100100111010001000111010101111 | f1f9a4e88eaf |
UTF-8 | 髯よッ | 111010011010101110101111111000111000001010001000111011111011110110101111 | e9abafe38288efbdaf |
UHC | ?よ? | 00111111101010101110100000111111 | 3faae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)