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 | 髯よ汾 | 111010011001100110000010111001101001111110010000 | e99982e69f90 |
EUC-JP | 髯よ汾 | 111100011111100110100100111010001101110111110000 | f1f9a4e8ddf0 |
UTF-8 | 髯よ汾 | 111010011010101110101111111000111000001010001000111001101011000110111110 | e9abafe38288e6b1be |
UHC | ?よ汾 | 0011111110101010111010001101110111001100 | 3faae8ddcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)