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 | ??縫暖 | 001111110011111110010110010001001001001001100111 | 3f3f96449267 |
EUC-JP | ??縫暖 | 001111110011111111001011101001011100001111001000 | 3f3fcba5c3c8 |
UTF-8 | 뤛퐥縫暖 | 111010111010010010011011111011011001000010100101111001111011100010101011111001101001101010010110 | eba49bed90a5e7b8abe69a96 |
UHC | 뤛퐥縫暖 | 1000111111001010101111011000111011011100111011101101000111101100 | 8fcabd8edceed1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)