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 | ヨ齒テ | 11010110111010101000111111000011 | d6ea8fc3 |
EUC-JP | ヨ齒テ | 100011101101011011110011111011111000111011000011 | 8ed6f3ef8ec3 |
UTF-8 | ヨ齒テ | 111011111011111010010110111010011011110110010010111011111011111010000011 | efbe96e9bd92efbe83 |
UHC | ?齒? | 00111111111101101100110100111111 | 3ff6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)