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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 矗矇h | 11100001110111101110000111011100111100001110111101101000 | e1dee1dcf0ef68 |
EUC-JP | 矗矇?h | 111000101110000011100010110111100011111101101000 | e2e0e2de3f68 |
UTF-8 | 矗矇h | 11100111100111111001011111100111100111111000011111101110100000101010111001101000 | e79f97e79f87ee82ae68 |
UHC | 矗??h | 1111010110111000001111110011111101101000 | f5b83f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)