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 | 踈ア邊イ踈 | 1110011011110001101100011110011110110010101100101110011011110001 | e6f1b1e7b2b2e6f1 |
EUC-JP | 踈ア邊イ踈 | 11101100111100111000111010110001111011101011010010001110101100101110110011110011 | ecf38eb1eeb48eb2ecf3 |
UTF-8 | 踈ア邊イ踈 | 111010001011100010001000111011111011110110110001111010011000001010001010111011111011110110110010111010001011100010001000 | e8b888efbdb1e9828aefbdb2e8b888 |
UHC | ??邊?? | 001111110011111111011100101010110011111100111111 | 3f3fdcab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)