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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沚???? | 100111111000110100111111001111110011111100111111 | 9f8d3f3f3f3f |
EUC-JP | 沚???? | 110111011110110100111111001111110011111100111111 | dded3f3f3f3f |
UTF-8 | 沚어렋찍웩 | 111001101011001010011010111011001001011010110100111010111010000010001011111011001011000010001101111011001001101110101001 | e6b29aec96b4eba08becb08dec9ba9 |
UHC | 沚어렋찍웩 | 11110010101011111011111011101110100011101010001011000010111011111100000010100001 | f2afbeee8ea2c2efc0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)