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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅳ悉裘エ | 11111010010000111000111010111011111001011110001010110100 | fa438ebbe5e2b4 |
EUC-JP | ?悉裘エ | 00111111101111001011110111101010111001001000111010110100 | 3fbcbdeae48eb4 |
UTF-8 | ⅳ悉裘エ | 111000101000010110110011111001101000001010001001111010001010001110011000111011111011110110110100 | e285b3e68289e8a398efbdb4 |
UHC | ⅳ悉?? | 101001011010010011100011111110100011111100111111 | a5a4e3fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)