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 | ⅳ悉裘カ蒟 | 111110100100001110001110101110111110010111100010101101101110010011100101 | fa438ebbe5e2b6e4e5 |
EUC-JP | ?悉裘カ蒟 | 001111111011110010111101111010101110010010001110101101101110100011100111 | 3fbcbdeae48eb6e8e7 |
UTF-8 | ⅳ悉裘カ蒟 | 111000101000010110110011111001101000001010001001111010001010001110011000111011111011110110110110111010001001001010011111 | e285b3e68289e8a398efbdb6e8929f |
UHC | ⅳ悉??? | 10100101101001001110001111111010001111110011111100111111 | a5a4e3fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)