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 | 壯??嵬?? | 1001101011100001001111110011111110011011110010100011111100111111 | 9ae13f3f9bca3f3f |
EUC-JP | 壯??嵬?? | 1101010011100011001111110011111111010110110011000011111100111111 | d4e33f3fd6cc3f3f |
UTF-8 | 壯잞풁嵬놂슉 | 111001011010001110101111111011001001111010011110111011011001001010000001111001011011010110101100111010111000011010000010111011001000101010001001 | e5a3afec9e9eed9281e5b5aceb8682ec8a89 |
UHC | 壯잞풁嵬놂슉 | 111011011110000010011111111011111011111010001010111010001110001110110011111011111011110110110101 | ede09fefbe8ae8e3b3efbdb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)