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 | 聶順更聶曙 | 11100011111000011000111110000111100011010101100011100011111000011000111110001100 | e3e18f878d58e3e18f8c |
EUC-JP | 聶順更聶曙 | 11100110111000111011110111100111101110011011100111100110111000111011110111101100 | e6e3bde7b9b9e6e3bdec |
UTF-8 | 聶順更聶曙 | 111010001000000110110110111010011010000010000110111001101001101110110100111010001000000110110110111001101001101110011001 | e881b6e9a086e69bb4e881b6e69b99 |
UHC | ?順更?曙 | 0011111111100010111101111100110011011010001111111101111111110101 | 3fe2f7ccda3fdff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)