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 | 績?? | 10010000110100010011111100111111 | 90d13f3f |
EUC-JP | 績?? | 11000000110100110011111100111111 | c0d33f3f |
UTF-8 | 績며렖 | 111001111011100010111110111010111010100110110000111010111010000010010110 | e7b8beeba9b0eba096 |
UHC | 績며렖 | 111011101110000010111000111001111000111010101011 | eee0b8e78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)