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 | 遶喜袖 | 111001111010101110001010111011001001000110110011 | e7ab8aec91b3 |
EUC-JP | 遶喜袖 | 111011101010110110110100111011101100001010110101 | eeadb4eec2b5 |
UTF-8 | 遶喜袖 | 111010011000000110110110111001011001011010011100111010001010001010010110 | e981b6e5969ce8a296 |
UHC | ?喜袖 | 0011111111111101111011001110001011000000 | 3ffdece2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)