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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???髥?? | 0011111100111111001111111000111111101001111100000011111100111111 | 3f3f3f8fe9f03f3f |
UTF-8 | 鍊믭풌髥끿븤 | 111011111010011010011011111010111010111110101101111011011001001010001100111010011010101110100101111010111000000110111111111010111011100010100100 | efa69bebafaded928ce9aba5eb81bfebb8a4 |
UHC | 鍊믭풌髥끿븤 | 111001101110100010010010111011111011111010010001111001111010001110000101111001111001010110001101 | e6e892efbe91e7a385e7958d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)