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 | ???gF | 0011111100111111001111110110011101000110 | 3f3f3f6746 |
SJIS-WIN | 鱆咫鞦gF | 1110100111100001100110100100000011101000111000010110011101000110 | e9e19a40e8e16746 |
EUC-JP | 鱆咫鞦gF | 1111001011100011110100111010000111110000111000110110011101000110 | f2e3d3a1f0e36746 |
UTF-8 | 鱆咫鞦gF | 1110100110110001100001101110010110010010101010111110100110011110101001100110011101000110 | e9b186e592abe99ea66746 |
UHC | ?咫?gF | 001111111111001010100001001111110110011101000110 | 3ff2a13f6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)