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 | 濟籠?葛 | 11100000010110101110001011000100001111111000101010001011 | e05ae2c43f8a8b |
EUC-JP | 濟籠?葛 | 11011111101110111110010011000110001111111011001111101011 | dfbbe4c63fb3eb |
UTF-8 | 濟籠렒葛 | 111001101011111110011111111001111011000110100000111010111010000010010010111010001001000110011011 | e6bf9fe7b1a0eba092e8919b |
UHC | 濟籠렒葛 | 1111000010101101110101101110101110001110101001111100101011100111 | f0add6eb8ea7cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)