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 | ???f | 00111111001111110011111101100110 | 3f3f3f66 |
SJIS-WIN | 達存叩f | 10010010010000101001000110110110100100100100000001100110 | 924291b6924066 |
EUC-JP | 達存叩f | 11000011101000111100001010111000110000111010000101100110 | c3a3c2b8c3a166 |
UTF-8 | 達存叩f | 11101001100000011001010011100101101011011001100011100101100011111010100101100110 | e98194e5ad98e58fa966 |
UHC | 達存叩f | 11010011101110011111000011101101110011011011000001100110 | d3b9f0edcdb066 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)