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 | 遶ェ霎ソ螟咤 | 11100111101010111010101011101000101111101011111111100101101001001001101001000010 | e7abaae8bebfe5a49a42 |
EUC-JP | 遶ェ霎ソ螟咤 | 111011101010110110001110101010101111000011000000100011101011111111101010101001101101001110100011 | eead8eaaf0c08ebfeaa6d3a3 |
UTF-8 | 遶ェ霎ソ螟咤 | 111010011000000110110110111011111011110110101010111010011001110010001110111011111011110110111111111010001001111010011111111001011001001010100100 | e981b6efbdaae99c8eefbdbfe89e9fe592a4 |
UHC | ????螟咤 | 0011111100111111001111110011111111011001101011011111011011100011 | 3f3f3f3fd9adf6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)