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 | 仙?席 | 1001000011100101001111111001000011001000 | 90e53f90c8 |
EUC-JP | 仙飡席 | 11000000111001111000111111101000110010001100000011001010 | c0e78fe8c8c0ca |
UTF-8 | 仙飡席 | 111001001011101110011001111010011010001110100001111001011011100010101101 | e4bb99e9a3a1e5b8ad |
UHC | 仙飡席 | 111000001011100111100001111000101110000010101100 | e0b9e1e2e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)