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 | 邯嬢楙 | 111001111011011010001111111011001001111010111100 | e7b68fec9ebc |
EUC-JP | 邯嬢楙 | 111011101011100010111110111011101101110010111110 | eeb8beeedcbe |
UTF-8 | 邯嬢楙 | 111010011000001010101111111001011010110010100010111001101010010110011001 | e982afe5aca2e6a599 |
UHC | 邯?楙 | 1100101011111011001111111101100111101010 | cafb3fd9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)