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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 沚?\}沚?\{^ | 1001111110001101001111110101110001111101100111111000110100111111010111000111101101011110 | 9f8d3f5c7d9f8d3f5c7b5e |
EUC-JP | 沚?\}沚?\{^ | 1101110111101101001111110101110001111101110111011110110100111111010111000111101101011110 | dded3f5c7ddded3f5c7b5e |
UTF-8 | 沚렞\}沚렞\{^ | 1110011010110010100110101110101110100000100111100101110001111101111001101011001010011010111010111010000010011110010111000111101101011110 | e6b29aeba09e5c7de6b29aeba09e5c7b5e |
UHC | 沚렞\}沚렞\{^ | 11110010101011111000111010101111010111000111110111110010101011111000111010101111010111000111101101011110 | f2af8eaf5c7df2af8eaf5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)