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 | ?????|x | 00111111001111110011111100111111001111110111110001111000 | 3f3f3f3f3f7c78 |
SJIS-WIN | 篠ンワ偲治|x | 10001110110000101101110111011100100011101100001110001110101000010111110001111000 | 8ec2dddc8ec38ea17c78 |
EUC-JP | 篠ンワ偲治|x | 101111001100010010001110110111011000111011011100101111001100010110111100101000110111110001111000 | bcc48edd8edcbcc5bca37c78 |
UTF-8 | 篠ンワ偲治|x | 1110011110101111101000001110111110111110100111011110111110111110100111001110010110000001101100101110011010110010101110110111110001111000 | e7afa0efbe9defbe9ce581b2e6b2bb7c78 |
UHC | 篠???治|x | 111000011100011000111111001111110011111111110110101111010111110001111000 | e1c63f3f3ff6bd7c78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)