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 | 仙設席 | 100100001110010110010000110111011001000011001000 | 90e590dd90c8 |
EUC-JP | 仙設席 | 110000001110011111000000110111111100000011001010 | c0e7c0dfc0ca |
UTF-8 | 仙設席 | 111001001011101110011001111010001010100010101101111001011011100010101101 | e4bb99e8a8ade5b8ad |
UHC | 仙設席 | 111000001011100111100000111000101110000010101100 | e0b9e0e2e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)