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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅱ汐鋠ト | 11111010010000011000111010101100111110111101010111000100 | fa418eacfbd5c4 |
EUC-JP | ?汐鋠ト | 0011111110111100101011101000111111100100110001111000111011000100 | 3fbcae8fe4c78ec4 |
UTF-8 | ⅱ汐鋠ト | 111000101000010110110001111001101011000110010000111010011000101110100000111011111011111010000100 | e285b1e6b190e98ba0efbe84 |
UHC | ⅱ汐?? | 101001011010001011100000101100010011111100111111 | a5a2e0b13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)