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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨丈隍 | 100011101100110010001111111001001110100010100100 | 8ecc8fe4e8a4 |
EUC-JP | 捨丈隍 | 101111001100111010111110111001101111000010100110 | bccebee6f0a6 |
UTF-8 | 捨丈隍 | 111001101000110110101000111001001011100010001000111010011001101010001101 | e68da8e4b888e99a8d |
UHC | 捨丈隍 | 110111101101011111101101110110111111110011011011 | ded7eddbfcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)