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 | ???B??^ | 00111111001111110011111101000010001111110011111101011110 | 3f3f3f423f3f5e |
SJIS-WIN | 篠ヒフB偲磁^ | 10001110110000101100101111001100010000101000111011000011100011101010010101011110 | 8ec2cbcc428ec38ea55e |
EUC-JP | 篠ヒフB偲磁^ | 101111001100010010001110110010111000111011001100010000101011110011000101101111001010011101011110 | bcc48ecb8ecc42bcc5bca75e |
UTF-8 | 篠ヒフB偲磁^ | 1110011110101111101000001110111110111110100010111110111110111110100011000100001011100101100000011011001011100111101000111000000101011110 | e7afa0efbe8befbe8c42e581b2e7a3815e |
UHC | 篠??B?磁^ | 111000011100011000111111001111110100001000111111111011011011100001011110 | e1c63f3f423fedb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)