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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 偲式篠雫P | 100011101100001110001110101011101000111011000010100011101011010001010000 | 8ec38eae8ec28eb450 |
EUC-JP | 偲式篠雫P | 101111001100010110111100101100001011110011000100101111001011011001010000 | bcc5bcb0bcc4bcb650 |
UTF-8 | 偲式篠雫P | 11100101100000011011001011100101101111001000111111100111101011111010000011101001100110111010101101010000 | e581b2e5bc8fe7afa0e99bab50 |
UHC | ?式篠?P | 00111111111000111101001011100001110001100011111101010000 | 3fe3d2e1c63f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)