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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?ふ繹?B | 00111111100000101101001111100011100010000011111101000010 | 3f82d3e3883f42 |
EUC-JP | ?ふ繹?B | 00111111101001001101010111100101111010000011111101000010 | 3fa4d5e5e83f42 |
UTF-8 | 엉ふ繹혔B | 11101100100101111000100111100011100000011011010111100111101110011011100111101101100110001001010001000010 | ec9789e381b5e7b9b9ed989442 |
UHC | 엉ふ繹혔B | 101111101111101110101010110101011110011010111010110001111111101101000010 | befbaad5e6bac7fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)