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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ愿ヲツ① | 11000010100111001100001110100110110000101000011101000000 | c29cc3a6c28740 |
EUC-JP | ツ愿ヲツ? | 100011101100001011011000110001011000111010100110100011101100001000111111 | 8ec2d8c58ea68ec23f |
UTF-8 | ツ愿ヲツ① | 111011111011111010000010111001101000010010111111111011111011110110100110111011111011111010000010111000101001000110100000 | efbe82e684bfefbda6efbe82e291a0 |
UHC | ?愿??① | 00111111111010101011010000111111001111111010100011100111 | 3feab43f3fa8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)