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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 聶順更聶曙コ | 1110001111100001100011111000011110001101010110001110001111100001100011111000110010111010 | e3e18f878d58e3e18f8cba |
EUC-JP | 聶順更聶曙コ | 111001101110001110111101111001111011100110111001111001101110001110111101111011001000111010111010 | e6e3bde7b9b9e6e3bdec8eba |
UTF-8 | 聶順更聶曙コ | 111010001000000110110110111010011010000010000110111001101001101110110100111010001000000110110110111001101001101110011001111011111011110110111010 | e881b6e9a086e69bb4e881b6e69b99efbdba |
UHC | ?順更?曙? | 001111111110001011110111110011001101101000111111110111111111010100111111 | 3fe2f7ccda3fdff53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)