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 | 池肯?異 | 10010010011100101000110101101101001111111000100011011001 | 92728d6d3f88d9 |
EUC-JP | 池肯?異 | 11000011110100111011100111001110001111111011000011011011 | c3d3b9ce3fb0db |
UTF-8 | 池肯딧異 | 111001101011000110100000111010001000001010101111111010111001010010100111111001111001010110110000 | e6b1a0e882afeb94a7e795b0 |
UHC | 池肯딧異 | 1111001010101110110100001110100110110101111101111110110010110110 | f2aed0e9b5f7ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)