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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヨ齒テ | 110101101110101010001111110000111111001101011110 | d6ea8fc3f35e |
EUC-JP | ヨ齒テ? | 10001110110101101111001111101111100011101100001100111111 | 8ed6f3ef8ec33f |
UTF-8 | ヨ齒テ | 111011111011111010010110111010011011110110010010111011111011111010000011111011101000100110010010 | efbe96e9bd92efbe83ee8992 |
UHC | ?齒?? | 0011111111110110110011010011111100111111 | 3ff6cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)