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 | ???愛? | 001111110011111100111111100010001010010000111111 | 3f3f3f88a43f |
EUC-JP | ???愛? | 001111110011111100111111101100001010011000111111 | 3f3f3fb0a63f |
UTF-8 | 殮뽩뵋愛뉶 | 111011111010011010100101111010111011110110101001111010111011010110001011111001101000010010011011111010111000100110110110 | efa6a5ebbda9ebb58be6849beb89b6 |
UHC | 殮뽩뵋愛뉶 | 11100110111110011001011011100101100101001000111111100100111100011000100001000110 | e6f996e5948fe4f18846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)