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 | 痺潔勧聶 | 1110000110000011100011001000100110001010101010011110001111100001 | e1838c898aa9e3e1 |
EUC-JP | 痺潔勧聶 | 1110000111100011101101111110100110110100101010111110011011100011 | e1e3b7e9b4abe6e3 |
UTF-8 | 痺潔勧聶 | 111001111001011110111010111001101011110110010100111001011000101110100111111010001000000110110110 | e797bae6bd94e58ba7e881b6 |
UHC | 痺潔?? | 110111011111011011001100101111100011111100111111 | ddf6ccbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)