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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 矗矍矍] | 11100001110111101110000111011101111000011101110101011101 | e1dee1dde1dd5d |
EUC-JP | 矗矍矍] | 11100010111000001110001011011111111000101101111101011101 | e2e0e2dfe2df5d |
UTF-8 | 矗矍矍] | 11100111100111111001011111100111100111111000110111100111100111111000110101011101 | e79f97e79f8de79f8d5d |
UHC | 矗??] | 1111010110111000001111110011111101011101 | f5b83f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)