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 | 邯蛾鴨 | 111001111011011010001001111010011000101010011011 | e7b689e98a9b |
EUC-JP | 邯蛾鴨 | 111011101011100010110010111010111011001111111011 | eeb8b2ebb3fb |
UTF-8 | 邯蛾鴨 | 111010011000001010101111111010001001101110111110111010011011010010101000 | e982afe89bbee9b4a8 |
UHC | 邯蛾鴨 | 110010101111101111100100101101101110010011100101 | cafbe4b6e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)