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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???愉?^ | 00111111001111110011111110010110111110010011111101011110 | 3f3f3f96f93f5e |
EUC-JP | ???愉?^ | 00111111001111110011111111001100111110110011111101011110 | 3f3f3fccfb3f5e |
UTF-8 | 嶺뚭퉩愉봢^ | 11101111101001101010101111101011100110101010110111101101100010011010100111100110100001001000100111101011101101001010001001011110 | efa6abeb9aaded89a9e68489ebb4a25e |
UHC | 嶺뚭퉩愉봢^ | 1110011110101101100011001110101010111001100000011110101011110000100101000110010101011110 | e7ad8ceab981eaf094655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)