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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 篠ンオ偲磁偲 | 10001110110000101101110110110101100011101100001110001110101001011000111011000011 | 8ec2ddb58ec38ea58ec3 |
EUC-JP | 篠ンオ偲磁偲 | 101111001100010010001110110111011000111010110101101111001100010110111100101001111011110011000101 | bcc48edd8eb5bcc5bca7bcc5 |
UTF-8 | 篠ンオ偲磁偲 | 111001111010111110100000111011111011111010011101111011111011110110110101111001011000000110110010111001111010001110000001111001011000000110110010 | e7afa0efbe9defbdb5e581b2e7a381e581b2 |
UHC | 篠???磁? | 1110000111000110001111110011111100111111111011011011100000111111 | e1c63f3f3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)