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??B | 001111110011111101010000001111110011111101000010 | 3f3f503f3f42 |
SJIS-WIN | 偲悉P篠治B | 10001110110000111000111010111011010100001000111011000010100011101010000101000010 | 8ec38ebb508ec28ea142 |
EUC-JP | 偲悉P篠治B | 10111100110001011011110010111101010100001011110011000100101111001010001101000010 | bcc5bcbd50bcc4bca342 |
UTF-8 | 偲悉P篠治B | 1110010110000001101100101110011010000010100010010101000011100111101011111010000011100110101100101011101101000010 | e581b2e6828950e7afa0e6b2bb42 |
UHC | ?悉P篠治B | 001111111110001111111010010100001110000111000110111101101011110101000010 | 3fe3fa50e1c6f6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)