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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 業??溢?^ | 1000101111000110001111110011111110001000111011000011111101011110 | 8bc63f3f88ec3f5e |
EUC-JP | 業??溢?^ | 1011011011001000001111110011111110110000111011100011111101011110 | b6c83f3fb0ee3f5e |
UTF-8 | 業볥슞溢쫈^ | 11100110101001011010110111101011101100111010010111101100100010101001111011100110101110101010001011101100101010111000100001011110 | e6a5adebb3a5ec8a9ee6baa2ecab885e |
UHC | 業볥슞溢쫈^ | 1110010111110110100100111110101110011010101010101110110011101110101001100110001101011110 | e5f693eb9aaaeceea6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)