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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聶順更聶 | 1110001111100001100011111000011110001101010110001110001111100001 | e3e18f878d58e3e1 |
EUC-JP | 聶順更聶 | 1110011011100011101111011110011110111001101110011110011011100011 | e6e3bde7b9b9e6e3 |
UTF-8 | 聶順更聶 | 111010001000000110110110111010011010000010000110111001101001101110110100111010001000000110110110 | e881b6e9a086e69bb4e881b6 |
UHC | ?順更? | 001111111110001011110111110011001101101000111111 | 3fe2f7ccda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)