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 | ??~??? | 001111110011111101111110001111110011111100111111 | 3f3f7e3f3f3f |
SJIS-WIN | 娼チ~将」将 | 100011111010100111000001011111101000111110101011101000111000111110101011 | 8fa9c17e8faba38fab |
EUC-JP | 娼チ~将」将 | 1011111010101011100011101100000101111110101111101010110110001110101000111011111010101101 | beab8ec17ebead8ea3bead |
UTF-8 | 娼チ~将」将 | 11100101101010001011110011101111101111101000000101111110111001011011000010000110111011111011110110100011111001011011000010000110 | e5a8bcefbe817ee5b086efbda3e5b086 |
UHC | 娼?~??? | 11110011110111100011111101111110001111110011111100111111 | f3de3f7e3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)