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??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | 偲悉P篠治偲 | 1000111011000011100011101011101101010000100011101100001010001110101000011000111011000011 | 8ec38ebb508ec28ea18ec3 |
EUC-JP | 偲悉P篠治偲 | 1011110011000101101111001011110101010000101111001100010010111100101000111011110011000101 | bcc5bcbd50bcc4bca3bcc5 |
UTF-8 | 偲悉P篠治偲 | 11100101100000011011001011100110100000101000100101010000111001111010111110100000111001101011001010111011111001011000000110110010 | e581b2e6828950e7afa0e6b2bbe581b2 |
UHC | ?悉P篠治? | 001111111110001111111010010100001110000111000110111101101011110100111111 | 3fe3fa50e1c6f6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)